summaryrefslogtreecommitdiffstats
path: root/net/core
Commit message (Expand)AuthorAgeFilesLines
* 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: ndo_fdb_dump should report -EMSGSIZE to rtnl_fdb_dump.MINOURA Makoto / 箕浦 真2016-02-261-0/+6
| * net: fix bridge multicast packet checksum validationLinus Lüssing2016-02-251-2/+20
| * bpf: fix csum setting for bpf_set_tunnel_keyDaniel Borkmann2016-02-241-2/+4
* | net/rtnetlink: remove dead codeEric Engestrom2016-03-021-9/+0
* | net: pktgen: use reset to set mac headerZhang Shengju2016-03-011-2/+2
* | net: remove skb_sender_cpu_clear()WANG Cong2016-03-012-3/+0
* | Introduce devlink infrastructureJiri Pirko2016-03-012-0/+739
* | net: ethtool: remove unused __ethtool_get_settingsDavid Decotigny2016-02-251-31/+14
* | net: core: use __ethtool_get_ksettingsDavid Decotigny2016-02-251-6/+9
* | net: ethtool: add new ETHTOOL_xLINKSETTINGS APIDavid Decotigny2016-02-251-6/+447
* | net: Facility to report route quality of connected socketsTom Herbert2016-02-251-0/+4
* | flow_dissector: Use same pointer for IPv4 and IPv6 addressesAlexander Duyck2016-02-241-6/+5
* | 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
* | flow_dissector: Check for IP fragmentation even if not using IPv4 addressAlexander Duyck2016-02-241-8/+9
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-02-235-6/+37
|\ \ | |/
| * net: make netdev_for_each_lower_dev safe for device removalNikolay Aleksandrov2016-02-191-2/+2
| * IFF_NO_QUEUE: Fix for drivers not calling ether_setup()Phil Sutter2016-02-181-1/+3
| * net: Copy inner L3 and L4 headers as unaligned on GRE TEBAlexander Duyck2016-02-161-0/+7
| * flow_dissector: Fix unaligned access in __skb_flow_dissector when used by eth...Alexander Duyck2016-02-091-3/+6
| * net:Add sysctl_max_skb_fragsHans Westgaard Ry2016-02-092-0/+12
| * unix: correctly track in-flight fds in sending process user_structHannes Frederic Sowa2016-02-081-0/+7
* | bpf: don't emit mov A,A on returnDaniel Borkmann2016-02-211-4/+6
* | bpf: fix csum update in bpf_l4_csum_replace helper for udpDaniel Borkmann2016-02-211-1/+7
* | bpf: try harder on clones when writing into skbDaniel Borkmann2016-02-211-9/+10
* | bpf: remove artificial bpf_skb_{load, store}_bytes buffer limitationDaniel Borkmann2016-02-211-13/+14
* | bpf: add generic bpf_csum_diff helperDaniel Borkmann2016-02-211-0/+53
* | lwtunnel: autoload of lwt modulesRobert Shearman2016-02-211-0/+37
* | net: use skb_postpush_rcsum instead of own implementationsDaniel Borkmann2016-02-191-3/+1
* | net/ethtool: support set coalesce per queueKan Liang2016-02-191-0/+61
* | net/ethtool: support get coalesce per queueKan Liang2016-02-191-1/+34
* | net/ethtool: introduce a new ioctl for per queue settingKan Liang2016-02-191-2/+25
* | net-sysfs: remove unused fmt_long_hexColin Ian King2016-02-181-1/+0
* | core: remove unneded headers for net cgroup controllers.Rosen, Rami2016-02-172-2/+0
* | net: add tc offload feature flagJohn Fastabend2016-02-171-0/+1
* | net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni2016-02-161-1/+9
* | net: add dst_cache supportPaolo Abeni2016-02-162-0/+169
* | ethtool: ensure channel counts are within bounds during SCHANNELSKeller, Jacob E2016-02-161-2/+11
* | ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}Keller, Jacob E2016-02-161-0/+55
* | net: bulk free SKBs that were delay free'ed due to IRQ contextJesper Dangaard Brouer2016-02-112-3/+13
* | net: bulk free infrastructure for NAPI context, use napi_consume_skbJesper Dangaard Brouer2016-02-112-6/+78
* | net: Allow tunnels to use inner checksum offloads with outer checksums neededAlexander Duyck2016-02-111-2/+1
* | net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck2016-02-111-0/+5
OpenPOWER on IntegriCloud