aboutsummaryrefslogtreecommitdiffstats
path: root/net/core (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-15vlan: pull on __vlan_insert_tag error path and fix csum correctionDaniel Borkmann1-2/+5
2016-04-07GRE: Disable segmentation offloads w/ CSUM and we are encapsulated via FOUAlexander Duyck1-0/+1
2016-04-06net: add the AF_KCM entries to family name tablesDexuan Cui1-3/+6
2016-04-05Revert "netpoll: Fix extra refcount release in netpoll_cleanup()"Bjorn Helgaas1-2/+1
2016-04-01tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filterDaniel Borkmann1-12/+21
2016-03-31rtnl: fix msg size calculation in if_nlmsg_size()Nicolas Dichtel1-0/+1
2016-03-30bpf: make padding in bpf_tunnel_key explicitDaniel Borkmann1-1/+4
2016-03-25netpoll: Fix extra refcount release in netpoll_cleanup()Bjorn Helgaas1-1/+2
2016-03-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds5-2/+10
2016-03-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledford/rdmaLinus Torvalds1-0/+36
2016-03-21net/core: Add support for configuring VF GUIDsEli Cohen1-0/+36
2016-03-21net/rtnetlink: add IFLA_GSO_MAX_SEGS and IFLA_GSO_MAX_SIZE attributesEric Dumazet1-0/+4
2016-03-21net: add description for len argument of dev_get_phys_port_nameLuis de Bethencourt1-0/+1
2016-03-20net: sched: Add description for cpu_bstats argumentLuis de Bethencourt1-0/+2
2016-03-20gen_stats.c: Add description for cpu argumentLuis de Bethencourt1-0/+1
2016-03-20tunnels: Don't apply GRO to multiple layers of encapsulation.Jesse Gross1-1/+1
2016-03-20net: remove a dubious unlikely() clauseEric Dumazet1-1/+1
2016-03-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds17-180/+2120
2016-03-18ip_tunnels, bpf: define IP_TUNNEL_OPTS_MAX and use itDaniel Borkmann1-7/+2
2016-03-18bpf, dst: add and use dst_tclassid helperDaniel Borkmann1-8/+1
2016-03-18bpf: make skb->tc_classid also readableDaniel Borkmann1-6/+6
2016-03-18net: dst_cache_per_cpu_dst_set() can be staticWu Fengguang1-4/+4
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim1-1/+1
2016-03-16ethtool: Set cmd field in ETHTOOL_GLINKSETTINGS response to wrong nwordsBen Hutchings1-1/+1
2016-03-14net: add a hardware buffer management helper APIGregory CLEMENT2-0/+88
2016-03-13net: adjust napi_consume_skb to handle non-NAPI callersJesper Dangaard Brouer1-2/+2
2016-03-11bpf: support flow label for bpf_skb_{set, get}_tunnel_keyDaniel Borkmann1-2/+12
2016-03-10net/flow_dissector: Make dissector_uses_key() and skb_flow_dissector_target() publicAmir Vadai1-13/+0
2016-03-09net: Walk fragments in __skb_splice_bitsTom Herbert1-23/+16
2016-03-08bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann1-1/+1
2016-03-08bpf: support for access to tunnel optionsDaniel Borkmann1-6/+77
2016-03-08bpf: allow to propagate df in bpf_skb_set_tunnel_keyDaniel Borkmann1-1/+5
2016-03-08bpf: make helper function protos staticDaniel Borkmann1-9/+9
2016-03-08bpf: add flags to bpf_skb_store_bytes for clearing hashDaniel Borkmann1-1/+3
2016-03-08bpf: allow bpf_csum_diff to feed bpf_l3_csum_replace as wellDaniel Borkmann1-0/+6
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-4/+30
2016-03-02net/rtnetlink: remove dead codeEric Engestrom1-9/+0
2016-03-01net: pktgen: use reset to set mac headerZhang Shengju1-2/+2
2016-03-01net: remove skb_sender_cpu_clear()WANG Cong2-3/+0
2016-03-01Introduce devlink infrastructureJiri Pirko2-0/+739
2016-02-26net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump.MINOURA Makoto / 箕浦 真1-0/+6
2016-02-25net: ethtool: remove unused __ethtool_get_settingsDavid Decotigny1-31/+14
2016-02-25net: core: use __ethtool_get_ksettingsDavid Decotigny1-6/+9
2016-02-25net: ethtool: add new ETHTOOL_xLINKSETTINGS APIDavid Decotigny1-6/+447
2016-02-25net: Facility to report route quality of connected socketsTom Herbert1-0/+4
2016-02-25net: fix bridge multicast packet checksum validationLinus Lüssing1-2/+20
2016-02-24bpf: fix csum setting for bpf_set_tunnel_keyDaniel Borkmann1-2/+4
2016-02-24flow_dissector: Use same pointer for IPv4 and IPv6 addressesAlexander Duyck1-6/+5
2016-02-24flow_dissector: Correctly handle parsing FCoEAlexander Duyck1-2/+5
2016-02-24flow_dissector: Fix fragment handling for header length computationAlexander Duyck1-3/+7