summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* vlan: change return type of vlan_proc_rem_devZhang Shengju2016-02-172-4/+3
* ipv4: Remove inet_lro libraryBen Hutchings2016-02-173-383/+0
* af_llc: fix types on llc_ui_wait_for_connOne Thousand Gnomes2016-02-171-2/+2
* sctp: remove the unused sctp_datamsg_free()Xin Long2016-02-171-13/+0
* sctp: remove rcu_read_lock in sctp_seq_dump_remote_addrs()Xin Long2016-02-171-2/+0
* sctp: move rcu_read_lock from __sctp_lookup_association to sctp_lookup_associ...Xin Long2016-02-171-2/+2
* 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: sched: add cls_u32 offload hooks for netdevsJohn Fastabend2016-02-171-2/+97
* net: rework setup_tc ndo op to consume general tc operandJohn Fastabend2016-02-171-3/+6
* net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend2016-02-171-2/+3
* net: Export ip fragment sysctl to unprivileged usersNikolay Borisov2016-02-161-4/+0
* ipv4: namespacify ip fragment max dist sysctl knobNikolay Borisov2016-02-161-12/+13
* ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov2016-02-163-12/+10
* ipv4: Namespacify ip_dynaddr sysctl knobNikolay Borisov2016-02-162-15/+10
* igmp: net: Move igmp namespace init to correct fileNikolay Borisov2016-02-162-6/+14
* ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov2016-02-166-18/+23
* tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_infoEric Dumazet2016-02-161-0/+6
* net/ipv4: add dst cache support for gre lwtunnelsPaolo Abeni2016-02-161-3/+10
* net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni2016-02-163-1/+16
* ip_tunnel: replace dst_cache with generic implementationPaolo Abeni2016-02-163-73/+23
* net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni2016-02-164-104/+14
* net: add dst_cache supportPaolo Abeni2016-02-163-0/+173
* tipc: refactor node xmit and fix memory leaksRichard Alpe2016-02-162-24/+38
* 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: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree2016-02-126-23/+14
* net: gre: Implement LCO for GRE over IPv4Edward Cree2016-02-121-3/+13
* fou: enable LCO in FOU and GUEEdward Cree2016-02-121-8/+6
* net: udp: always set up for CHECKSUM_PARTIAL offloadEdward Cree2016-02-122-25/+2
* net: local checksum offload for encapsulationEdward Cree2016-02-123-22/+22
* tcp/dccp: better use of ephemeral ports in bind()Eric Dumazet2016-02-121-126/+114
* tcp/dccp: better use of ephemeral ports in connect()Eric Dumazet2016-02-121-85/+85
* 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
* igmp: Namespacify igmp_qrv sysctl knobNikolay Borisov2016-02-113-22/+28
* igmp: Namespaceify igmp_llm_reports sysctl knobNikolay Borisov2016-02-113-12/+18
* igmp: Namespaceify igmp_max_msf sysctl knobNikolay Borisov2016-02-114-13/+12
* igmp: Namespaceify igmp_max_memberships sysctl knobNikolay Borisov2016-02-113-10/+10
* openvswitch: allow management from inside user namespacesTycho Andersen2016-02-112-10/+14
* rds: duplicate include net/tcp.hstephen hemminger2016-02-111-1/+0
* net: Allow tunnels to use inner checksum offloads with outer checksums neededAlexander Duyck2016-02-111-2/+1
* udp: Use uh->len instead of skb->len to compute checksum in segmentationAlexander Duyck2016-02-111-15/+13
* udp: Clean up the use of flags in UDP segmentation offloadAlexander Duyck2016-02-111-19/+18
* gre: Use inner_proto to obtain inner header protocolAlexander Duyck2016-02-111-4/+2
* gre: Use GSO flags to determine csum need instead of GRE flagsAlexander Duyck2016-02-111-34/+30
* net: Move skb_has_shared_frag check out of GRE code and into segmentationAlexander Duyck2016-02-112-11/+5
* net: Store checksum result for offloaded GSO checksumsAlexander Duyck2016-02-111-2/+6
* net: Update remote checksum segmentation to support use of GSO checksumAlexander Duyck2016-02-112-16/+16
* net: Move GSO csum into SKB_GSO_CBAlexander Duyck2016-02-111-7/+9
OpenPOWER on IntegriCloud