summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2011-12-18Bluetooth: convert conn hash to RCUGustavo F. Padovan1-14/+31
2011-12-18Bluetooth: convert chan_lock to mutexGustavo F. Padovan1-1/+1
2011-12-18Bluetooth: Move L2CAP timers to workqueueGustavo F. Padovan1-8/+9
2011-12-18Bluetooth: Use delayed work for advertisiment cache timeoutGustavo F. Padovan1-1/+1
2011-12-18Bluetooth: Use delayed_work for connection timeoutGustavo F. Padovan1-3/+5
2011-12-18Bluetooth: Replace spin_lock by mutex in hci_devGustavo F. Padovan1-5/+3
2011-12-18Bluetooth: Process recv path in a workqueue instead of a taskletMarcel Holtmann1-1/+2
2011-12-18netfilter: nf_conntrack: use atomic64 for accounting countersEric Dumazet1-2/+2
2011-12-17Bluetooth: make hci_conn_enter_sniff_mode staticGustavo F. Padovan1-1/+0
2011-12-17net: fix compilation with !CONFIG_NETGlauber Costa1-0/+12
2011-12-17Bluetooth: Initialize LE connection countGustavo F. Padovan1-0/+1
2011-12-17Bluetooth: remove lock from struct conn_hashGustavo F. Padovan1-1/+0
2011-12-17Bluetooth: remove struct hci_chan_hashGustavo F. Padovan1-31/+2
2011-12-16af_unix: Export stuff required for diag modulePavel Emelyanov1-0/+3
2011-12-16cfg80211: allow following country IE power for custom regdom cardsLuis R. Rodriguez1-1/+3
2011-12-15cfg80211: validate nl80211 station handling betterJohannes Berg1-1/+6
2011-12-14NFC: Set and get DEP general bytesSamuel Ortiz1-0/+5
2011-12-14NFC: Add a DEP link control netlink commandSamuel Ortiz1-0/+11
2011-12-14NFC: Add tx skb allocation routineSamuel Ortiz1-1/+4
2011-12-14inet: remove rcu protection on tw_netEric Dumazet1-10/+2
2011-12-14net: Remove unused neighbour layer ops.David S. Miller1-1/+0
2011-12-14cfg80211: Fix race in bss timeoutVasanthakumar Thiagarajan1-0/+26
2011-12-13net: fix build error if CONFIG_CGROUPS=nEric Dumazet1-0/+2
2011-12-13tcp buffer limitation: per-cgroup limitGlauber Costa1-0/+2
2011-12-13per-netns ipv4 sysctl_tcp_memGlauber Costa2-1/+1
2011-12-13tcp memory pressure controlsGlauber Costa2-0/+19
2011-12-13socket: initial cgroup code.Glauber Costa1-6/+150
2011-12-13foundations of per-cgroup memory pressure controlling.Glauber Costa2-2/+97
2011-12-12Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville6-13/+120
2011-12-12net: use IS_ENABLED(CONFIG_IPV6)Eric Dumazet12-24/+24
2011-12-09udp: Export code sk lookup routinesPavel Emelyanov1-0/+6
2011-12-09sch_red: generalize accurate MAX_P support to RED/GRED/CHOKEEric Dumazet1-5/+11
2011-12-09sch_red: Adaptative RED AQMEric Dumazet1-17/+84
2011-12-07ipv6: Move xfrm_lookup() call down into icmp6_dst_alloc().David S. Miller1-1/+1
2011-12-07ipv6: Make third arg to anycast_dst_alloc() bool.David S. Miller1-1/+1
2011-12-07nl80211: Parse channel type attribute in an ibss join requestAlexander Simon1-0/+11
2011-12-07Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville5-13/+109
2011-12-06caif-spi: Bugfix for dump upon device removalErwan Bracq1-2/+2
2011-12-06Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville1-1/+11
2011-12-06net: Rename dst_get_neighbour{, _raw} to dst_get_neighbour_noref{, _raw}.David Miller1-3/+3
2011-12-05ipv6: add ip6_route_lookupFlorian Westphal1-0/+2
2011-12-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller2-1/+3
2011-12-04ipv6: Kill ndisc_get_neigh() inline helper.David S. Miller1-9/+0
2011-12-03ipv6: Add fragment reporting to ipv6_skip_exthdr().Jesse Gross1-1/+1
2011-12-03genetlink: Add genl_notify()Pravin B Shelar1-0/+2
2011-12-03Bluetooth: Remove magic bluetooth version numbersAndrei Emeltchenko1-0/+5
2011-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-18/+19
2011-12-02treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock1-1/+1
2011-12-02Bluetooth: LE Set Scan Parameter CommandAndre Guedes1-0/+9
2011-12-02Bluetooth: Add dev_flags to struct hci_devAndre Guedes2-0/+10