Age | Commit message (Expand) | Author |
2016-02-17 | vlan: change return type of vlan_proc_rem_dev | Zhang Shengju |
2016-02-17 | ipv4: Remove inet_lro library | Ben Hutchings |
2016-02-17 | af_llc: fix types on llc_ui_wait_for_conn | One Thousand Gnomes |
2016-02-17 | sctp: remove the unused sctp_datamsg_free() | Xin Long |
2016-02-17 | sctp: remove rcu_read_lock in sctp_seq_dump_remote_addrs() | Xin Long |
2016-02-17 | sctp: move rcu_read_lock from __sctp_lookup_association to sctp_lookup_associ... | Xin Long |
2016-02-17 | core: remove unneded headers for net cgroup controllers. | Rosen, Rami |
2016-02-17 | net: add tc offload feature flag | John Fastabend |
2016-02-17 | net: sched: add cls_u32 offload hooks for netdevs | John Fastabend |
2016-02-17 | net: rework setup_tc ndo op to consume general tc operand | John Fastabend |
2016-02-17 | net: rework ndo tc op to consume additional qdisc handle parameter | John Fastabend |
2016-02-16 | net: Export ip fragment sysctl to unprivileged users | Nikolay Borisov |
2016-02-16 | ipv4: namespacify ip fragment max dist sysctl knob | Nikolay Borisov |
2016-02-16 | ipv4: namespacify ip_early_demux sysctl knob | Nikolay Borisov |
2016-02-16 | ipv4: Namespacify ip_dynaddr sysctl knob | Nikolay Borisov |
2016-02-16 | igmp: net: Move igmp namespace init to correct file | Nikolay Borisov |
2016-02-16 | ipv4: Namespaceify ip_default_ttl sysctl knob | Nikolay Borisov |
2016-02-16 | tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_info | Eric Dumazet |
2016-02-16 | net/ipv4: add dst cache support for gre lwtunnels | Paolo Abeni |
2016-02-16 | net: add dst_cache to ovs vxlan lwtunnel | Paolo Abeni |
2016-02-16 | ip_tunnel: replace dst_cache with generic implementation | Paolo Abeni |
2016-02-16 | net: replace dst_cache ip6_tunnel implementation with the generic one | Paolo Abeni |
2016-02-16 | net: add dst_cache support | Paolo Abeni |
2016-02-16 | tipc: refactor node xmit and fix memory leaks | Richard Alpe |
2016-02-16 | ethtool: ensure channel counts are within bounds during SCHANNELS | Keller, Jacob E |
2016-02-16 | ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH} | Keller, Jacob E |
2016-02-12 | net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloads | Edward Cree |
2016-02-12 | net: gre: Implement LCO for GRE over IPv4 | Edward Cree |
2016-02-12 | fou: enable LCO in FOU and GUE | Edward Cree |
2016-02-12 | net: udp: always set up for CHECKSUM_PARTIAL offload | Edward Cree |
2016-02-12 | net: local checksum offload for encapsulation | Edward Cree |
2016-02-12 | tcp/dccp: better use of ephemeral ports in bind() | Eric Dumazet |
2016-02-12 | tcp/dccp: better use of ephemeral ports in connect() | Eric Dumazet |
2016-02-11 | net: bulk free SKBs that were delay free'ed due to IRQ context | Jesper Dangaard Brouer |
2016-02-11 | net: bulk free infrastructure for NAPI context, use napi_consume_skb | Jesper Dangaard Brouer |
2016-02-11 | igmp: Namespacify igmp_qrv sysctl knob | Nikolay Borisov |
2016-02-11 | igmp: Namespaceify igmp_llm_reports sysctl knob | Nikolay Borisov |
2016-02-11 | igmp: Namespaceify igmp_max_msf sysctl knob | Nikolay Borisov |
2016-02-11 | igmp: Namespaceify igmp_max_memberships sysctl knob | Nikolay Borisov |
2016-02-11 | openvswitch: allow management from inside user namespaces | Tycho Andersen |
2016-02-11 | rds: duplicate include net/tcp.h | stephen hemminger |
2016-02-11 | net: Allow tunnels to use inner checksum offloads with outer checksums needed | Alexander Duyck |
2016-02-11 | udp: Use uh->len instead of skb->len to compute checksum in segmentation | Alexander Duyck |
2016-02-11 | udp: Clean up the use of flags in UDP segmentation offload | Alexander Duyck |
2016-02-11 | gre: Use inner_proto to obtain inner header protocol | Alexander Duyck |
2016-02-11 | gre: Use GSO flags to determine csum need instead of GRE flags | Alexander Duyck |
2016-02-11 | net: Move skb_has_shared_frag check out of GRE code and into segmentation | Alexander Duyck |
2016-02-11 | net: Store checksum result for offloaded GSO checksums | Alexander Duyck |
2016-02-11 | net: Update remote checksum segmentation to support use of GSO checksum | Alexander Duyck |
2016-02-11 | net: Move GSO csum into SKB_GSO_CB | Alexander Duyck |