summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2016-02-17ip_tunnel: replace dst_cache with generic implementationPaolo Abeni
2016-02-17net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni
2016-02-17net: add dst_cache supportPaolo Abeni
2016-02-16ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}Keller, Jacob E
2016-02-12Documentation/networking: add checksum-offloads.txt to explain LCOEdward Cree
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree
2016-02-12net: enable LCO for udp_tunnel_handle_offloads() usersEdward Cree
2016-02-12net: local checksum offload for encapsulationEdward Cree
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-11ethtool: make validate_speed accept all speeds between 0 and INT_MAXNikolay Aleksandrov
2016-02-11igmp: Namespacify igmp_qrv sysctl knobNikolay Borisov
2016-02-11igmp: Namespaceify igmp_llm_reports sysctl knobNikolay Borisov
2016-02-11igmp: Namespaceify igmp_max_msf sysctl knobNikolay Borisov
2016-02-11igmp: Namespaceify igmp_max_memberships sysctl knobNikolay Borisov
2016-02-11openvswitch: allow management from inside user namespacesTycho Andersen
2016-02-11ethtool: future-proof interface for speed extensionsMichael S. Tsirkin
2016-02-11net: Store checksum result for offloaded GSO checksumsAlexander Duyck
2016-02-11net: Move GSO csum into SKB_GSO_CBAlexander Duyck
2016-02-11ethtool: add IPv6 to the NFC APIEdward Cree
2016-02-11ipv6: add option to drop unsolicited neighbor advertisementsJohannes Berg
2016-02-11ipv6: add option to drop unicast encapsulated in L2 multicastJohannes Berg
2016-02-11ipv4: add option to drop gratuitous ARP packetsJohannes Berg
2016-02-11ipv4: add option to drop unicast encapsulated in L2 multicastJohannes Berg
2016-02-11soreuseport: fast reuseport TCP socket selectionCraig Gallek
2016-02-11inet: refactor inet[6]_lookup functions to take skbCraig Gallek
2016-02-11tcp: __tcp_hdrlen() helperCraig Gallek
2016-02-11inet: create IPv6-equivalent inet_hash functionCraig Gallek
2016-02-11sock: struct proto hash function may errorCraig Gallek
2016-02-09bonding: 3ad: apply ad_actor settings changes immediatelyNikolay Aleksandrov
2016-02-09bridge: mdb: add support for offloaded mdb entriesElad Raz
2016-02-07ipv4: Namespaceify tcp_notsent_lowat sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp_fin_timeout sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp_orphan_retries sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp_retries2 sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp_retries1 sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp reordering sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp syncookies sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp synack retries sysctl knobNikolay Borisov
2016-02-07ipv4: Namespaceify tcp syn retries sysctl knobNikolay Borisov
2016-02-07ethtool: add speed/duplex validation functionsNikolay Aleksandrov
2016-02-07sunvnet: Add support for perf LDC event tracingSowmini Varadhan
2016-02-07tcp: new delivery accountingYuchung Cheng
2016-02-07net: Add support for fill_slave_info to VRF deviceDavid Ahern
2016-02-07vxlan: restructure vxlan.h definitionsJiri Benc
2016-02-07vxlan: remove duplicated macrosJiri Benc
2016-02-07vxlan: cleanup typesJiri Benc
2016-02-06tcp: fastopen: call tcp_fin() if FIN present in SYNACKEric Dumazet
2016-02-06bpf: add lookup/update support for per-cpu hash and array mapsAlexei Starovoitov
2016-02-06bpf: introduce BPF_MAP_TYPE_PERCPU_ARRAY mapAlexei Starovoitov