summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2016-02-17tcp: correctly crypto_alloc_hash return checkInsu Yun1-1/+1
2016-02-17vlan: change return type of vlan_proc_rem_devZhang Shengju2-4/+3
2016-02-17net: dsa: Unregister slave_dev in error pathFlorian Fainelli1-0/+1
2016-02-17ipv4: Remove inet_lro libraryBen Hutchings3-383/+0
2016-02-17af_llc: fix types on llc_ui_wait_for_connOne Thousand Gnomes1-2/+2
2016-02-17sctp: remove the unused sctp_datamsg_free()Xin Long1-13/+0
2016-02-17sctp: remove rcu_read_lock in sctp_seq_dump_remote_addrs()Xin Long1-2/+0
2016-02-17sctp: move rcu_read_lock from __sctp_lookup_association to sctp_lookup_associ...Xin Long1-2/+2
2016-02-17l2tp: Fix error creating L2TP tunnelsMark Tomlinson1-4/+14
2016-02-17core: remove unneded headers for net cgroup controllers.Rosen, Rami2-2/+0
2016-02-17net: add tc offload feature flagJohn Fastabend1-0/+1
2016-02-17net: sched: add cls_u32 offload hooks for netdevsJohn Fastabend1-2/+97
2016-02-17net: rework setup_tc ndo op to consume general tc operandJohn Fastabend1-3/+6
2016-02-17net: rework ndo tc op to consume additional qdisc handle parameterJohn Fastabend1-2/+3
2016-02-16net: Export ip fragment sysctl to unprivileged usersNikolay Borisov1-4/+0
2016-02-16ipv4: namespacify ip fragment max dist sysctl knobNikolay Borisov1-12/+13
2016-02-16ipv4: namespacify ip_early_demux sysctl knobNikolay Borisov3-12/+10
2016-02-16ipv4: Namespacify ip_dynaddr sysctl knobNikolay Borisov2-15/+10
2016-02-16igmp: net: Move igmp namespace init to correct fileNikolay Borisov2-6/+14
2016-02-16ipv4: Namespaceify ip_default_ttl sysctl knobNikolay Borisov6-18/+23
2016-02-16tcp: add tcpi_min_rtt and tcpi_notsent_bytes to tcp_infoEric Dumazet1-0/+6
2016-02-16tcp: md5: release request socket instead of listenerEric Dumazet1-2/+4
2016-02-16net/ipv4: add dst cache support for gre lwtunnelsPaolo Abeni1-3/+10
2016-02-16net: add dst_cache to ovs vxlan lwtunnelPaolo Abeni3-1/+16
2016-02-16ip_tunnel: replace dst_cache with generic implementationPaolo Abeni3-73/+23
2016-02-16net: replace dst_cache ip6_tunnel implementation with the generic onePaolo Abeni4-104/+14
2016-02-16net: add dst_cache supportPaolo Abeni3-0/+173
2016-02-16tcp: do not set rtt_min to 1Eric Dumazet1-1/+4
2016-02-16net: dsa: remove phy_disconnect from error pathSascha Hauer1-1/+0
2016-02-16tipc: refactor node xmit and fix memory leaksRichard Alpe2-24/+38
2016-02-16tipc: fix premature addition of node to lookup tableJon Paul Maloy1-6/+6
2016-02-16bridge: mdb: avoid uninitialized variable warningArnd Bergmann1-2/+2
2016-02-16net: Copy inner L3 and L4 headers as unaligned on GRE TEBAlexander Duyck1-0/+7
2016-02-16ethtool: ensure channel counts are within bounds during SCHANNELSKeller, Jacob E1-2/+11
2016-02-16ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}Keller, Jacob E1-0/+55
2016-02-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller7-16/+91
2016-02-16af_unix: Guard against other == sk in unix_dgram_sendmsgRainer Weikusat1-1/+6
2016-02-16af_unix: Don't set err in unix_stream_read_generic unless there was an errorRainer Weikusat1-6/+10
2016-02-16batman-adv: Avoid endless loop in bat-on-bat netdevice checkAndrew Lunn1-0/+25
2016-02-16batman-adv: Only put orig_node_vlan list reference when removedSven Eckelmann1-2/+4
2016-02-16batman-adv: Only put gw_node list reference when removedSven Eckelmann1-3/+4
2016-02-13vsock: Fix blocking ops call in prepare_to_waitLaura Abbott1-13/+6
2016-02-13ipv4: fix memory leaks in ip_cmsg_send() callersEric Dumazet4-3/+11
2016-02-12net: ip_tunnel: remove 'csum_help' argument to iptunnel_handle_offloadsEdward Cree6-23/+14
2016-02-12net: gre: Implement LCO for GRE over IPv4Edward Cree1-3/+13
2016-02-12fou: enable LCO in FOU and GUEEdward Cree1-8/+6
2016-02-12net: udp: always set up for CHECKSUM_PARTIAL offloadEdward Cree2-25/+2
2016-02-12net: local checksum offload for encapsulationEdward Cree3-22/+22
2016-02-12tcp/dccp: better use of ephemeral ports in bind()Eric Dumazet1-126/+114
2016-02-12tcp/dccp: better use of ephemeral ports in connect()Eric Dumazet1-85/+85