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