aboutsummaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2015-01-25fib_trie: Use empty_children instead of counting empty nodes in stats collectionAlexander Duyck1-7/+1
2015-01-25fib_trie: Add collapse() and should_collapse() to resizeAlexander Duyck1-35/+65
2015-01-25fib_trie: Fall back to slen update on inflate/halve failureAlexander Duyck1-5/+5
2015-01-25fib_trie: Fix RCU bug and merge similar bits of inflate/halveAlexander Duyck1-84/+73
2015-01-25fib_trie: Use index & (~0ul << n->bits) instead of index >> n->bitsAlexander Duyck1-8/+8
2015-01-25net: llc: use correct size for sysctl timeout entriesSasha Levin1-4/+4
2015-01-24vxlan: Eliminate dependency on UDP socket in transmit pathTom Herbert1-4/+2
2015-01-24udp: Do not require sock in udp_tunnel_xmit_skbTom Herbert3-14/+15
2015-01-24SUNRPC: Allow waiting on memory allocationTrond Myklebust1-2/+2
2015-01-24SUNRPC: Adjust rpciod workqueue parametersTrond Myklebust1-1/+2
2015-01-23vxlan: advertise netns of vxlan dev in fdb msgNicolas Dichtel1-0/+1
2015-01-23vlan: advertise link netns via netlinkNicolas Dichtel1-0/+8
2015-01-23ip6gretap: advertise link netns via netlinkNicolas Dichtel1-0/+1
2015-01-23rtnl: fix error path when adding an iface with a link netNicolas Dichtel1-1/+4
2015-01-23act_connmark: Add missing dependency on NF_CONNTRACK_MARKThomas Graf1-0/+1
2015-01-23Bluetooth: Fix nested sleepsPeter Hurley3-15/+11
2015-01-23Bluetooth: Convert Set SC to use HCI RequestJohan Hedberg2-46/+50
2015-01-23Bluetooth: Remove incorrect check for BDADDR_BREDR address typeJohan Hedberg1-8/+0
2015-01-23Bluetooth: Check for valid bdaddr in add_remote_oob_dataJohan Hedberg1-0/+6
2015-01-23sunrpc/lockd: fix references to the BKLJeff Layton2-4/+3
2015-01-23mac80211: support beacon statisticsJohannes Berg1-0/+14
2015-01-23mac80211: fix per-TID RX-MSDU counterJohannes Berg1-2/+2
2015-01-23mac80211: tdls: disentangle HT supported conditionsJohannes Berg1-18/+18
2015-01-23mac80211: tdls: remove shadowing variableJohannes Berg1-1/+0
2015-01-23nl80211: suppress smatch warningsJohannes Berg1-5/+5
2015-01-23nl80211: fix per-station group key get/del and memory leakJohannes Berg1-5/+4
2015-01-23Revert "mac80211: keep sending peer candidate events while in listen state"Bob Copeland1-7/+0
2015-01-23mac80211: complete scan work immediately if quiesced or suspendedLuciano Coelho1-0/+5
2015-01-23mac80211: avoid races related to suspend flowEmmanuel Grumbach3-12/+40
2015-01-23mac80211: synchronize_net() before flushing the queuesEmmanuel Grumbach1-0/+3
2015-01-23mac80211: properly set CCK flag in radiotapMathy Vanhoef1-1/+1
2015-01-23mac80211: correct header length calculationFred Chou1-0/+6
2015-01-23mac80211: only roll back station states for WDS when suspendingLuciano Coelho1-14/+15
2015-01-23nl80211: add an attribute to allow delaying the first scheduled scan cycleLuciano Coelho1-0/+5
2015-01-23mac80211: enable TPC through mac80211 stackLorenzo Bianconi4-8/+23
2015-01-23nl80211: Allow set network namespace by fdVadim Kochan2-5/+12
2015-01-22mac80211: allow drivers to control software cryptoJohannes Berg2-29/+46
2015-01-22Bluetooth: Require SSP enabling before BR/EDR Secure ConnectionsMarcel Holtmann1-0/+5
2015-01-22Bluetooth: Limit BR/EDR switching for LE only with secure connectionsMarcel Holtmann1-1/+8
2015-01-22Bluetooth: Fix dependency for BR/EDR Secure Connections mode on SSPMarcel Holtmann2-7/+12
2015-01-22Bluetooth: Fix reporting invalid RSSI for LE devicesSzymon Janc1-1/+2
2015-01-21mac80211: fix HW registration error pathsJohannes Berg1-6/+6
2015-01-21virtio/9p: verify device has config spaceMichael S. Tsirkin1-0/+6
2015-01-19Merge tag 'mac80211-next-for-davem-2015-01-19' of git://git.kernel.org/pub/sc...David S. Miller8-57/+98
2015-01-19phonet netlink: allow multiple messages per skb in route dumpJohannes Berg1-15/+7
2015-01-19net: sched: Introduce connmark actionFelix Fietkau3-0/+204
2015-01-19net: bridge: reject DSA-enabled master netdevices as bridge membersFlorian Fainelli1-2/+8
2015-01-19net: ipv4: handle DSA enabled master network devicesFlorian Fainelli1-3/+3
2015-01-19ipv6: stop sending PTB packets for MTU < 1280Hagen Paul Pfeifer1-5/+2
2015-01-19rtnl: allow to create device with IFLA_LINK_NETNSID setNicolas Dichtel1-3/+22