Age | Commit message (Expand) | Author | Files | Lines |
2012-01-25 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 3 | -9/+7 |
2012-01-25 | netprio_cgroup.h: dont include module.h from other includes | Paul Gortmaker | 1 | -1/+0 |
2012-01-23 | kernel-doc: fix new warnings in cfg80211.h | Randy Dunlap | 1 | -0/+6 |
2012-01-23 | bluetooth: hci: Fix type of "enable_hs" to bool. | David S. Miller | 1 | -1/+1 |
2012-01-23 | net: introduce res_counter_charge_nofail() for socket allocations | Glauber Costa | 1 | -6/+4 |
2012-01-23 | net: fix socket memcg build with !CONFIG_NET | Glauber Costa | 1 | -1/+1 |
2012-01-23 | kernel-doc: fix new warning in net/sock.h | Randy Dunlap | 1 | -0/+1 |
2012-01-17 | net: fix some sparse errors | Eric Dumazet | 1 | -1/+1 |
2012-01-13 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2 | -3/+4 |
2012-01-13 | net_sched: sfq: add optional RED on top of SFQ | Eric Dumazet | 1 | -1/+2 |
2012-01-13 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | David S. Miller | 1 | -2/+2 |
2012-01-11 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri... | Linus Torvalds | 1 | -21/+7 |
2012-01-11 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova... | John W. Linville | 1 | -2/+2 |
2012-01-10 | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe... | Linus Torvalds | 1 | -7/+7 |
2012-01-09 | net: sk_update_clone is only used in net/core/sock.c | Stephen Rothwell | 1 | -6/+0 |
2012-01-09 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
2012-01-07 | net: fix sock_clone reference mismatch with tcp memcontrol | Glauber Costa | 1 | -0/+6 |
2012-01-05 | net_sched: red: split red_parms into parms and vars | Eric Dumazet | 1 | -43/+55 |
2012-01-05 | 9p: Reduce object size with CONFIG_NET_9P_DEBUG | Joe Perches | 1 | -21/+7 |
2012-01-05 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 3 | -30/+28 |
2012-01-05 | ipv6: Check RA for sllao when configuring optimistic ipv6 address (v2) | Neil Horman | 1 | -1/+2 |
2012-01-04 | NFC: Export a new attribute nfcid1 in target info | Ilan Elias | 1 | -0/+3 |
2012-01-04 | NFC: Handle error during NCI data exchange | Ilan Elias | 1 | -0/+6 |
2012-01-04 | NFC: Update names and structs to NCI spec 1.0 d22 | Ilan Elias | 2 | -30/+19 |
2012-01-04 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 8 | -271/+309 |
2012-01-03 | Bluetooth: Rename extfeatures | Andre Guedes | 1 | -2/+2 |
2012-01-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2011-12-31 | ipvs: try also real server with port 0 in backup server | Julian Anastasov | 1 | -1/+1 |
2011-12-31 | IPv6: Avoid taking write lock for /proc/net/ipv6_route | Josh Hunt | 1 | -0/+4 |
2011-12-31 | af_unix: Move CINQ/COUTQ code to helpers | Pavel Emelyanov | 1 | -0/+3 |
2011-12-29 | ipv6: Kill rt6i_dev and rt6i_expires defines. | David S. Miller | 1 | -3/+0 |
2011-12-29 | ipv6: Create fast inline ipv6 neigh lookup just like ipv4. | David S. Miller | 1 | -0/+27 |
2011-12-29 | ipv6: Use universal hash for NDISC. | David S. Miller | 3 | -3/+14 |
2011-12-25 | Merge branch 'nf-next' of git://1984.lsi.us.es/net-next | David S. Miller | 7 | -23/+14 |
2011-12-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -1/+9 |
2011-12-23 | netfilter: ctnetlink: remove dead NAT code | Patrick McHardy | 1 | -5/+0 |
2011-12-23 | netfilter: nat: remove module reference counting from NAT protocols | Patrick McHardy | 1 | -2/+0 |
2011-12-23 | netfilter: nf_nat: export NAT definitions to userspace | Patrick McHardy | 4 | -15/+12 |
2011-12-23 | netfilter: rework user-space expectation helper support | Pablo Neira Ayuso | 1 | -1/+0 |
2011-12-23 | net: relax rcvbuf limits | Eric Dumazet | 1 | -1/+3 |
2011-12-23 | net: introduce DST_NOPEER dst flag | Eric Dumazet | 1 | -0/+1 |
2011-12-23 | Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_list | Gustavo F. Padovan | 1 | -8/+8 |
2011-12-23 | Bluetooth: Remove lock from inquiry_cache | Gustavo F. Padovan | 1 | -7/+0 |
2011-12-22 | percpu: Remove irqsafe_cpu_xxx variants | Christoph Lameter | 1 | -7/+7 |
2011-12-22 | Bluetooth: Add MITM mechanism to LE-SMP | Brian Gix | 2 | -0/+7 |
2011-12-22 | Bluetooth: Fix deadlocks with sock lock and L2CAP timers locks | Ulisses Furquim | 1 | -8/+21 |
2011-12-22 | Bluetooth: Make HCI call directly into SCO and L2CAP event functions | Ulisses Furquim | 1 | -79/+59 |
2011-12-22 | Bluetooth: Remove magic numbers from le scan cmd | Andrei Emeltchenko | 1 | -0/+3 |
2011-12-22 | net: Add a flow_cache_flush_deferred function | Steffen Klassert | 1 | -0/+1 |
2011-12-21 | tcp: Replace constants with #define macros | Vijay Subramanian | 1 | -2/+2 |