aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-13rxrpc: Allow tx_winsize to grow in response to an ACKDavid Howells1-3/+5
2016-09-13rxrpc: Use skb->len not skb->data_lenDavid Howells1-4/+4
2016-09-13rxrpc: Add missing unlock in rxrpc_call_accept()David Howells1-3/+5
2016-09-13rxrpc: Requeue call for recvmsg if more dataDavid Howells1-0/+4
2016-09-13rxrpc: The IDLE ACK packet should use rxrpc_idle_ack_delayDavid Howells1-1/+1
2016-09-13rxrpc: Add missing wakeup on Tx window rotationDavid Howells1-0/+2
2016-09-13rxrpc: Make sure we initialise the peer hash keyDavid Howells1-1/+1
2016-09-13cfg80211: reduce connect key caching struct sizeJohannes Berg6-17/+10
2016-09-13cfg80211: validate key index betterJohannes Berg1-1/+7
2016-09-13cfg80211: wext: only allow WEP keys to be configured before connectedJohannes Berg1-0/+3
2016-09-13nl80211: only allow WEP keys during connect commandJohannes Berg1-5/+8
2016-09-13nl80211: fix connect keys range checkJohannes Berg1-1/+1
2016-09-13cfg80211: disallow shared key authentication with key index 4Johannes Berg2-2/+2
2016-09-13tipc: fix possible memory leak in tipc_udp_enable()Wei Yongjun1-1/+2
2016-09-13net: bridge: add helper to call /sbin/bridge-stpVivien Didelot1-12/+31
2016-09-13mac80211: remove useless open_count checkJohannes Berg1-2/+1
2016-09-13mac80211: simplify TDLS RA lookupJohannes Berg1-11/+4
2016-09-13mac80211: Re-structure aqm debugfs output and keep CoDel stats per txqToke Høiland-Jørgensen5-129/+117
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller36-162/+235
2016-09-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds35-160/+233
2016-09-12mac80211: send delBA on unexpected BlockAck RequestJohannes Berg1-0/+6
2016-09-12mac80211: send delBA on unexpected BlockAck data framesJohannes Berg3-2/+14
2016-09-12mac80211: add support for radiotap timestamp fieldJohannes Berg2-0/+33
2016-09-12mac80211: add support for MU-MIMO air snifferAviya Erenfeld5-3/+51
2016-09-12mac80211: RX BA support for sta max_rx_aggregation_subframesMaxim Altshul2-2/+8
2016-09-12cfg80211: Remove deprecated create_singlethread_workqueueBhaktipriya Shridhar1-1/+1
2016-09-12mac80211: refactor monitor representation in sdataAviya Erenfeld8-19/+23
2016-09-12nl80211: Allow GET_INTERFACE dumps to be filteredDenis Kenzior1-0/+29
2016-09-10net: ipv6: Remove l3mdev_get_saddr6David Ahern2-32/+1
2016-09-10net: ipv4: Remove l3mdev_get_saddrDavid Ahern3-43/+0
2016-09-10net: l3mdev: remove redundant callsDavid Ahern8-37/+10
2016-09-10net: vrf: Flip IPv6 output path from FIB lookup hook to out hookDavid Ahern2-12/+14
2016-09-10net: vrf: Flip IPv4 output path from FIB lookup hook to out hookDavid Ahern1-4/+0
2016-09-10net: l3mdev: Allow the l3mdev to be a loopbackDavid Ahern2-4/+16
2016-09-10net: l3mdev: Add hook to output pathDavid Ahern4-0/+30
2016-09-10net: flow: Add l3mdev flow updateDavid Ahern3-0/+41
2016-09-10tcp: better use ooo_last_skb in tcp_data_queue_ofo()Eric Dumazet1-1/+7
2016-09-10openvswitch: use alias for genetlink family namesThadeu Lima de Souza Cascardo1-0/+4
2016-09-10xfrm: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-10sctp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-10net: sched: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-3/+3
2016-09-10l2tp: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas3-5/+5
2016-09-10ipv4: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-10net: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-2/+1
2016-09-10lec: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-6/+6
2016-09-10appletalk: use IS_ENABLED() instead of checking for built-in or moduleJavier Martinez Canillas1-1/+1
2016-09-10net/sched: Introduce act_tunnel_keyAmir Vadai3-0/+363
2016-09-10net/sched: cls_flower: Classify packet in ip tunnelsAmir Vadai1-1/+99
2016-09-10net/ip_tunnels: Introduce tunnel_id_to_key32() and key32_to_tunnel_id()Amir Vadai1-21/+2
2016-09-09bpf: add BPF_CALL_x macros for declaring helpersDaniel Borkmann1-81/+48