| Commit message (Expand) | Author | Age | Files | Lines |
* | net: add dst_cache support | Paolo Abeni | 2016-02-16 | 3 | -0/+173 |
* | tipc: refactor node xmit and fix memory leaks | Richard Alpe | 2016-02-16 | 2 | -24/+38 |
* | ethtool: ensure channel counts are within bounds during SCHANNELS | Keller, Jacob E | 2016-02-16 | 1 | -2/+11 |
* | ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH} | Keller, Jacob E | 2016-02-16 | 1 | -0/+55 |
* | net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads | Edward Cree | 2016-02-12 | 6 | -23/+14 |
* | net: gre: Implement LCO for GRE over IPv4 | Edward Cree | 2016-02-12 | 1 | -3/+13 |
* | fou: enable LCO in FOU and GUE | Edward Cree | 2016-02-12 | 1 | -8/+6 |
* | net: udp: always set up for CHECKSUM_PARTIAL offload | Edward Cree | 2016-02-12 | 2 | -25/+2 |
* | net: local checksum offload for encapsulation | Edward Cree | 2016-02-12 | 3 | -22/+22 |
* | tcp/dccp: better use of ephemeral ports in bind() | Eric Dumazet | 2016-02-12 | 1 | -126/+114 |
* | tcp/dccp: better use of ephemeral ports in connect() | Eric Dumazet | 2016-02-12 | 1 | -85/+85 |
* | net: bulk free SKBs that were delay free'ed due to IRQ context | Jesper Dangaard Brouer | 2016-02-11 | 2 | -3/+13 |
* | net: bulk free infrastructure for NAPI context, use napi_consume_skb | Jesper Dangaard Brouer | 2016-02-11 | 2 | -6/+78 |
* | igmp: Namespacify igmp_qrv sysctl knob | Nikolay Borisov | 2016-02-11 | 3 | -22/+28 |
* | igmp: Namespaceify igmp_llm_reports sysctl knob | Nikolay Borisov | 2016-02-11 | 3 | -12/+18 |
* | igmp: Namespaceify igmp_max_msf sysctl knob | Nikolay Borisov | 2016-02-11 | 4 | -13/+12 |
* | igmp: Namespaceify igmp_max_memberships sysctl knob | Nikolay Borisov | 2016-02-11 | 3 | -10/+10 |
* | openvswitch: allow management from inside user namespaces | Tycho Andersen | 2016-02-11 | 2 | -10/+14 |
* | rds: duplicate include net/tcp.h | stephen hemminger | 2016-02-11 | 1 | -1/+0 |
* | net: Allow tunnels to use inner checksum offloads with outer checksums needed | Alexander Duyck | 2016-02-11 | 1 | -2/+1 |
* | udp: Use uh->len instead of skb->len to compute checksum in segmentation | Alexander Duyck | 2016-02-11 | 1 | -15/+13 |
* | udp: Clean up the use of flags in UDP segmentation offload | Alexander Duyck | 2016-02-11 | 1 | -19/+18 |
* | gre: Use inner_proto to obtain inner header protocol | Alexander Duyck | 2016-02-11 | 1 | -4/+2 |
* | gre: Use GSO flags to determine csum need instead of GRE flags | Alexander Duyck | 2016-02-11 | 1 | -34/+30 |
* | net: Move skb_has_shared_frag check out of GRE code and into segmentation | Alexander Duyck | 2016-02-11 | 2 | -11/+5 |
* | net: Store checksum result for offloaded GSO checksums | Alexander Duyck | 2016-02-11 | 1 | -2/+6 |
* | net: Update remote checksum segmentation to support use of GSO checksum | Alexander Duyck | 2016-02-11 | 2 | -16/+16 |
* | net: Move GSO csum into SKB_GSO_CB | Alexander Duyck | 2016-02-11 | 1 | -7/+9 |
* | net: Drop unecessary enc_features variable from tunnel segmentation functions | Alexander Duyck | 2016-02-11 | 2 | -6/+6 |
* | ipv6: add option to drop unsolicited neighbor advertisements | Johannes Berg | 2016-02-11 | 2 | -0/+17 |
* | ipv6: add option to drop unicast encapsulated in L2 multicast | Johannes Berg | 2016-02-11 | 2 | -0/+18 |
* | ipv4: add option to drop gratuitous ARP packets | Johannes Berg | 2016-02-11 | 2 | -0/+10 |
* | ipv4: add option to drop unicast encapsulated in L2 multicast | Johannes Berg | 2016-02-11 | 2 | -1/+26 |
* | net: Add support for filtering link dump by master device and kind | David Ahern | 2016-02-11 | 1 | -1/+67 |
* | soreuseport: fast reuseport TCP socket selection | Craig Gallek | 2016-02-11 | 5 | -11/+89 |
* | soreuseport: Prep for fast reuseport TCP socket selection | Craig Gallek | 2016-02-11 | 2 | -1/+2 |
* | inet: refactor inet[6]_lookup functions to take skb | Craig Gallek | 2016-02-11 | 9 | -32/+64 |
* | inet: create IPv6-equivalent inet_hash function | Craig Gallek | 2016-02-11 | 5 | -46/+61 |
* | sock: struct proto hash function may error | Craig Gallek | 2016-02-11 | 9 | -17/+44 |
* | batman-adv: Convert batadv_tt_common_entry to kref | Sven Eckelmann | 2016-02-10 | 2 | -13/+49 |
* | batman-adv: Convert batadv_orig_node to kref | Sven Eckelmann | 2016-02-10 | 8 | -17/+22 |
* | batman-adv: Convert batadv_orig_node_vlan to kref | Sven Eckelmann | 2016-02-10 | 2 | -7/+21 |
* | batman-adv: Convert batadv_hard_iface to kref | Sven Eckelmann | 2016-02-10 | 5 | -23/+27 |
* | batman-adv: Convert batadv_neigh_node to kref | Sven Eckelmann | 2016-02-10 | 4 | -17/+20 |
* | batman-adv: Convert batadv_orig_ifinfo to kref | Sven Eckelmann | 2016-02-10 | 3 | -9/+13 |
* | batman-adv: Convert batadv_neigh_ifinfo to kref | Sven Eckelmann | 2016-02-10 | 2 | -8/+11 |
* | batman-adv: Convert batadv_tt_orig_list_entry to kref | Sven Eckelmann | 2016-02-10 | 2 | -10/+18 |
* | batman-adv: Convert batadv_tvlv_handler to kref | Sven Eckelmann | 2016-02-10 | 2 | -7/+19 |
* | batman-adv: Convert batadv_tvlv_container to kref | Sven Eckelmann | 2016-02-10 | 2 | -6/+18 |
* | batman-adv: Convert batadv_dat_entry to kref | Sven Eckelmann | 2016-02-10 | 2 | -7/+22 |