summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2011-12-15mac80211: use station mutex in configurationJohannes Berg1-6/+6
2011-12-15mac80211: remove duplicate TDLS peer verificationJohannes Berg1-14/+0
2011-12-15cfg80211: validate nl80211 station handling betterJohannes Berg2-87/+120
2011-12-15nl80211: add TDLS peer flag to policyJohannes Berg1-0/+1
2011-12-15tcp_memcontrol: fix reversed if conditionDan Carpenter1-1/+1
2011-12-14NFC: Initial LLCP supportSamuel Ortiz9-2/+2321
2011-12-14NFC: Set and get DEP general bytesSamuel Ortiz1-0/+18
2011-12-14NFC: Add a DEP link control netlink commandSamuel Ortiz3-0/+230
2011-12-14NFC: Atomic socket allocationSamuel Ortiz1-1/+1
2011-12-14NFC: Do not take the genl mutex from the netlink release notifierSamuel Ortiz1-2/+0
2011-12-14NFC: Add tx skb allocation routineSamuel Ortiz2-8/+29
2011-12-14NFC: Add function name to the NFC pr_fmt() routineSamuel Ortiz7-7/+7
2011-12-14mac80211: free skb on error path of ieee80211_ibss_join()Simon Wunderlich1-0/+1
2011-12-14nl80211: accept testmode dump with netdevJohannes Berg1-19/+31
2011-12-14Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2-46/+42
2011-12-14net: ping: remove some sparse errorsEric Dumazet1-2/+2
2011-12-14cls_flow: remove one dynamic arrayEric Dumazet1-1/+1
2011-12-14vlan: static functionsEric Dumazet1-3/+3
2011-12-14vlan: add rtnl_dereference() annotationsDan Carpenter1-5/+9
2011-12-14rtnetlink: rtnl_link_register() sanity testEric Dumazet1-11/+14
2011-12-13ipv6: Check dest prefix length on original route not copied one in rt6_alloc_...David S. Miller1-1/+1
2011-12-13ipv6: If neigh lookup fails during icmp6 dst allocation, propagate error.David S. Miller1-2/+4
2011-12-13net: Remove unused neighbour layer ops.David S. Miller1-10/+0
2011-12-13mac80211: don't check sdata_running in vif notifierEliad Peller1-4/+1
2011-12-13mac80211: configure BSS_CHANGED_ARP_FILTER on reconfigurationEliad Peller1-1/+2
2011-12-13mac80211: Do not request FIF_BCN_PRBRESP_PROMISC for HW scan.Dmitry TARNYAGIN1-3/+3
2011-12-13cfg80211: notify core hints that helps to restore regd settingsRajkumar Manoharan1-2/+14
2011-12-13mac80211: Make use of ieee80211_is_* functions in tx status pathHelmut Schaa1-10/+5
2011-12-13mac80211: Purge A-MPDU TX queues before station destructionsYogesh Ashok Powar2-0/+27
2011-12-13cfg80211: Fix race in bss timeoutVasanthakumar Thiagarajan3-28/+45
2011-12-13mac80211: unlock on error path in ieee80211_ibss_join()Dan Carpenter1-1/+3
2011-12-12netem: add cell concept to simulate special MAC behaviorHagen Paul Pfeifer1-4/+29
2011-12-12Merge branch 'batman-adv/next' of git://git.open-mesh.org/linux-mergeDavid S. Miller7-165/+212
2011-12-12sch_gred: should not use GFP_KERNEL while holding a spinlockEric Dumazet1-1/+1
2011-12-12Display maximum tcp memory allocation in kmem cgroupGlauber Costa1-1/+11
2011-12-12Display current tcp failcnt in kmem cgroupGlauber Costa1-0/+31
2011-12-12Display current tcp memory allocation in kmem cgroupGlauber Costa1-0/+21
2011-12-12tcp buffer limitation: per-cgroup limitGlauber Costa2-2/+149
2011-12-12per-netns ipv4 sysctl_tcp_memGlauber Costa7-21/+56
2011-12-12tcp memory pressure controlsGlauber Costa5-4/+128
2011-12-12socket: initial cgroup code.Glauber Costa1-8/+16
2011-12-12foundations of per-cgroup memory pressure controlling.Glauber Costa7-37/+48
2011-12-12ipip, sit: copy parms.name after register_netdeviceTed Feng2-2/+12
2011-12-12ipv6: Fix for adding multicast route for loopback device automatically.Li Wei1-1/+2
2011-12-12nfc: signedness bug in __nci_request()Dan Carpenter1-1/+1
2011-12-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville21-288/+935
2011-12-12batman-adv: Only write requested number of byte to user bufferSven Eckelmann1-3/+2
2011-12-12batman-adv: Directly check read of icmp packet in copy_from_userSven Eckelmann1-6/+1
2011-12-12batman-adv: bat_socket_read missing checksPaul Kot1-2/+2
2011-12-11net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet32-130/+127