summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* tuntap: calculate rps hash only when neededJason Wang2016-04-281-0/+1
* net: rename NET_{ADD|INC}_STATS_BH()Eric Dumazet2016-04-271-2/+2
* net: remove NETDEV_TX_LOCKED supportFlorian Westphal2016-04-262-2/+2
* sched: align nlattr properly when neededNicolas Dichtel2016-04-261-14/+21
* neigh: align nlattr properly when neededNicolas Dichtel2016-04-261-1/+2
* rtnl: align nlattr properly when neededNicolas Dichtel2016-04-261-2/+2
* sock_diag: align nlattr properly when neededNicolas Dichtel2016-04-261-1/+1
* skbuff: Add pskb_extract() helper functionSowmini Varadhan2016-04-251-0/+242
* rtnl: use nla_put_u64_64bit()Nicolas Dichtel2016-04-251-18/+18
* libnl: nla_put_msecs(): align on a 64-bit areaNicolas Dichtel2016-04-231-9/+10
* libnl: nla_put_be64(): align on a 64-bit areaNicolas Dichtel2016-04-231-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-231-2/+5
|\
| * vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann2016-04-151-2/+5
* | net: Add support for IP ID mangling TSO in cases that require encapsulationAlexander Duyck2016-04-211-0/+11
* | rtnl: use the new API to align IFLA_STATS*Nicolas Dichtel2016-04-211-17/+5
* | rtnetlink: add new RTM_GETSTATS message to dump link statsRoopa Prabhu2016-04-201-0/+158
* | bpf: add event output helper for notifications/sampling/loggingDaniel Borkmann2016-04-191-0/+2
* | net: Add helpers for 64-bit aligning netlink attributes.David S. Miller2016-04-191-19/+5
* | net: Align IFLA_STATS64 attributes properly on architectures that need it.David S. Miller2016-04-191-0/+19
* | net: ethtool: export conversion function between u32 and link modePhilippe Reynes2016-04-181-9/+12
* | rtnetlink: rtnl_fill_stats: avoid an unnecssary stats copyRoopa Prabhu2016-04-181-15/+8
* | bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann2016-04-141-17/+40
* | net: validate_xmit_skb() changesEric Dumazet2016-04-141-5/+2
* | GSO: Support partial segmentation offloadAlexander Duyck2016-04-143-4/+62
* | GRO: Add support for TCP with fixed IPv4 ID field, limit tunnel IP ID valuesAlexander Duyck2016-04-141-0/+1
* | GSO: Add GSO type for fixed IPv4 IDAlexander Duyck2016-04-142-5/+30
* | ethtool: Add support for toggling any of the GSO offloadsAlexander Duyck2016-04-141-0/+2
* | devlink: implement shared buffer occupancy monitoring interfaceJiri Pirko2016-04-141-6/+92
* | devlink: add shared buffer configurationJiri Pirko2016-04-141-0/+940
* | net: remove netdevice gso_min_segsEric Dumazet2016-04-141-2/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-093-5/+8
|\ \ | |/
| * GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck2016-04-071-0/+1
| * net: add the AF_KCM entries to family name tablesDexuan Cui2016-04-061-3/+6
| * Revert "netpoll: Fix extra refcount release in netpoll_cleanup()"Bjorn Helgaas2016-04-051-2/+1
* | devlink: share user_ptr pointer for both devlink and devlink_portJiri Pirko2016-04-081-8/+13
* | devlink: remove implicit type set in port registerJiri Pirko2016-04-081-1/+0
* | tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa2016-04-071-22/+13
* | sock: fix lockdep annotation in release_sockHannes Frederic Sowa2016-04-071-5/+0
* | net/core/dev: Warn on a too-short GRO frameAaron Conole2016-04-051-0/+2
* | udp: enable MSG_PEEK at non-zero offsetsamanthakumar2016-04-052-3/+15
* | udp: remove headers from UDP packets before queueingsamanthakumar2016-04-051-6/+13
* | tcp: increment sk_drops for listenersEric Dumazet2016-04-041-0/+1
* | sock_diag: add SK_MEMINFO_DROPSEric Dumazet2016-04-041-0/+1
* | net: add SOCK_RCU_FREE socket flagEric Dumazet2016-04-041-1/+13
* | sock: accept SO_TIMESTAMPING flags in socket cmsgSoheil Hassas Yeganeh2016-04-041-0/+13
* | tcp: accept SOF_TIMESTAMPING_OPT_ID for passive TFOSoheil Hassas Yeganeh2016-04-041-1/+2
* | sock: break up sock_cmsg_snd into __sock_cmsg_snd and loopWillem de Bruijn2016-04-041-11/+22
|/
* tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann2016-04-011-12/+21
* rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel2016-03-311-0/+1
* bpf: make padding in bpf_tunnel_key explicitDaniel Borkmann2016-03-301-1/+4
OpenPOWER on IntegriCloud