summaryrefslogtreecommitdiff
path: root/net/core
AgeCommit message (Expand)Author
2016-03-10net/flow_dissector: Make dissector_uses_key() and skb_flow_dissector_target()...Amir Vadai
2016-03-09net: Walk fragments in __skb_splice_bitsTom Herbert
2016-03-08bpf, vxlan, geneve, gre: fix usage of dst_cache on xmitDaniel Borkmann
2016-03-08bpf: support for access to tunnel optionsDaniel Borkmann
2016-03-08bpf: allow to propagate df in bpf_skb_set_tunnel_keyDaniel Borkmann
2016-03-08bpf: make helper function protos staticDaniel Borkmann
2016-03-08bpf: add flags to bpf_skb_store_bytes for clearing hashDaniel Borkmann
2016-03-08bpf: allow bpf_csum_diff to feed bpf_l3_csum_replace as wellDaniel Borkmann
2016-03-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-03-02net/rtnetlink: remove dead codeEric Engestrom
2016-03-01net: pktgen: use reset to set mac headerZhang Shengju
2016-03-01net: remove skb_sender_cpu_clear()WANG Cong
2016-03-01Introduce devlink infrastructureJiri Pirko
2016-02-26net: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump.MINOURA Makoto / 箕浦 真
2016-02-26net: ethtool: remove unused __ethtool_get_settingsDavid Decotigny
2016-02-26net: core: use __ethtool_get_ksettingsDavid Decotigny
2016-02-26net: ethtool: add new ETHTOOL_xLINKSETTINGS APIDavid Decotigny
2016-02-26net: Facility to report route quality of connected socketsTom Herbert
2016-02-25net: fix bridge multicast packet checksum validationLinus Lüssing
2016-02-24bpf: fix csum setting for bpf_set_tunnel_keyDaniel Borkmann
2016-02-24flow_dissector: Use same pointer for IPv4 and IPv6 addressesAlexander Duyck
2016-02-24flow_dissector: Correctly handle parsing FCoEAlexander Duyck
2016-02-24flow_dissector: Fix fragment handling for header length computationAlexander Duyck
2016-02-24flow_dissector: Check for IP fragmentation even if not using IPv4 addressAlexander Duyck
2016-02-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2016-02-22bpf: don't emit mov A,A on returnDaniel Borkmann
2016-02-22bpf: fix csum update in bpf_l4_csum_replace helper for udpDaniel Borkmann
2016-02-22bpf: try harder on clones when writing into skbDaniel Borkmann
2016-02-22bpf: remove artificial bpf_skb_{load, store}_bytes buffer limitationDaniel Borkmann
2016-02-22bpf: add generic bpf_csum_diff helperDaniel Borkmann
2016-02-22lwtunnel: autoload of lwt modulesRobert Shearman
2016-02-20net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann
2016-02-20net/ethtool: support set coalesce per queueKan Liang
2016-02-20net/ethtool: support get coalesce per queueKan Liang
2016-02-20net/ethtool: introduce a new ioctl for per queue settingKan Liang
2016-02-19net: make netdev_for_each_lower_dev safe for device removalNikolay Aleksandrov
2016-02-18IFF_NO_QUEUE: Fix for drivers not calling ether_setup()Phil Sutter
2016-02-18net-sysfs: remove unused fmt_long_hexColin Ian King
2016-02-17core: remove unneded headers for net cgroup controllers.Rosen, Rami
2016-02-17net: add tc offload feature flagJohn Fastabend
2016-02-17net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni
2016-02-17net: add dst_cache supportPaolo Abeni
2016-02-16net: Copy inner L3 and L4 headers as unaligned on GRE TEBAlexander Duyck
2016-02-16ethtool: ensure channel counts are within bounds during SCHANNELSKeller, Jacob E
2016-02-16ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}Keller, Jacob E
2016-02-11net: bulk free SKBs that were delay free'ed due to IRQ contextJesper Dangaard Brouer
2016-02-11net: bulk free infrastructure for NAPI context, use napi_consume_skbJesper Dangaard Brouer
2016-02-11net: Allow tunnels to use inner checksum offloads with outer checksums neededAlexander Duyck
2016-02-11net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck
2016-02-11net: Update remote checksum segmentation to support use of GSO checksumAlexander Duyck