summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
...
* | | 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/+8Star
* | | bpf: convert relevant helper args to ARG_PTR_TO_RAW_STACKDaniel Borkmann2016-04-151-17/+40
* | | net: validate_xmit_skb() changesEric Dumazet2016-04-151-5/+2Star
* | | 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/+1Star
* | | 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-061-2/+1Star
* | | 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/+0Star
* | | tun: use socket locks for sk_{attach,detatch}_filterHannes Frederic Sowa2016-04-071-22/+13Star
* | | sock: fix lockdep annotation in release_sockHannes Frederic Sowa2016-04-071-5/+0Star
* | | net/core/dev: Warn on a too-short GRO frameAaron Conole2016-04-061-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-051-0/+1
* | | sock_diag: add SK_MEMINFO_DROPSEric Dumazet2016-04-051-0/+1
* | | net: add SOCK_RCU_FREE socket flagEric Dumazet2016-04-051-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-311-1/+4
* | netpoll: Fix extra refcount release in netpoll_cleanup()Bjorn Helgaas2016-03-251-1/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-03-245-2/+10
|\ \
| * | net/rtnetlink: add IFLA_GSO_MAX_SEGS and IFLA_GSO_MAX_SIZE attributesEric Dumazet2016-03-211-0/+4
| * | net: add description for len argument of dev_get_phys_port_nameLuis de Bethencourt2016-03-211-0/+1
| * | net: sched: Add description for cpu_bstats argumentLuis de Bethencourt2016-03-201-0/+2
| * | gen_stats.c: Add description for cpu argumentLuis de Bethencourt2016-03-201-0/+1
| * | tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross2016-03-201-1/+1
| * | net: remove a dubious unlikely() clauseEric Dumazet2016-03-201-1/+1
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds2016-03-221-0/+36
|\ \ \ | |/ / |/| |
| * | net/core: Add support for configuring VF GUIDsEli Cohen2016-03-211-0/+36
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-03-1917-180/+2120
|\ \ \
| * | | ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann2016-03-191-7/+2Star
| * | | bpf, dst: add and use dst_tclassid helperDaniel Borkmann2016-03-191-8/+1Star
| * | | bpf: make skb->tc_classid also readableDaniel Borkmann2016-03-191-6/+6
| * | | net: dst_cache_per_cpu_dst_set() can be staticWu Fengguang2016-03-181-4/+4
| * | | ethtool: Set cmd field in ETHTOOL_GLINKSETTINGS response to wrong nwordsBen Hutchings2016-03-171-1/+1
| * | | net: add a hardware buffer management helper APIGregory CLEMENT2016-03-142-0/+88
| * | | net: adjust napi_consume_skb to handle non-NAPI callersJesper Dangaard Brouer2016-03-141-2/+2
| * | | bpf: support flow label for bpf_skb_{set, get}_tunnel_keyDaniel Borkmann2016-03-111-2/+12