summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2016-05-041-1/+13
|\
| * flowcache: Avoid OOM condition under preasureSteffen Klassert2016-03-171-1/+13
* | net: fix infoleak in rtnetlinkKangjie Lu2016-05-041-8/+10
* | net: Disable segmentation if checksumming is not supportedAlexander Duyck2016-05-031-1/+1
* | vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann2016-04-161-2/+5
* | 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
* | 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
| * | | net/flow_dissector: Make dissector_uses_key() and skb_flow_dissector_target()...Amir Vadai2016-03-101-13/+0Star
| * | | net: Walk fragments in __skb_splice_bitsTom Herbert2016-03-091-23/+16Star
| * | | bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann2016-03-081-1/+1
| * | | bpf: support for access to tunnel optionsDaniel Borkmann2016-03-081-6/+77
| * | | bpf: allow to propagate df in bpf_skb_set_tunnel_keyDaniel Borkmann2016-03-081-1/+5
| * | | bpf: make helper function protos staticDaniel Borkmann2016-03-081-9/+9
| * | | bpf: add flags to bpf_skb_store_bytes for clearing hashDaniel Borkmann2016-03-081-1/+3
| * | | bpf: allow bpf_csum_diff to feed bpf_l3_csum_replace as wellDaniel Borkmann2016-03-081-0/+6
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-03-083-4/+30
| |\ \ \
| * | | | net/rtnetlink: remove dead codeEric Engestrom2016-03-021-9/+0Star
| * | | | net: pktgen: use reset to set mac headerZhang Shengju2016-03-011-2/+2
| * | | | net: remove skb_sender_cpu_clear()WANG Cong2016-03-012-3/+0Star
| * | | | Introduce devlink infrastructureJiri Pirko2016-03-012-0/+739
| * | | | net: ethtool: remove unused __ethtool_get_settingsDavid Decotigny2016-02-261-31/+14Star
| * | | | net: core: use __ethtool_get_ksettingsDavid Decotigny2016-02-261-6/+9
| * | | | net: ethtool: add new ETHTOOL_xLINKSETTINGS APIDavid Decotigny2016-02-261-6/+447
| * | | | net: Facility to report route quality of connected socketsTom Herbert2016-02-261-0/+4
| * | | | flow_dissector: Use same pointer for IPv4 and IPv6 addressesAlexander Duyck2016-02-241-6/+5Star
| * | | | flow_dissector: Correctly handle parsing FCoEAlexander Duyck2016-02-241-2/+5
| * | | | flow_dissector: Fix fragment handling for header length computationAlexander Duyck2016-02-241-3/+7