Age | Commit message (Expand) | Author | Files | Lines |
2012-02-24 | netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2) | Jozsef Kadlecsik | 1 | -1/+1 |
2012-02-22 | rtnetlink: Fix problem with buffer allocation | Greg Rose | 1 | -1/+1 |
2012-02-20 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil... | John W. Linville | 3 | -9/+11 |
2012-02-15 | Bluetooth: Remove usage of __cancel_delayed_work() | Ulisses Furquim | 1 | -2/+2 |
2012-02-15 | Bluetooth: Fix potential deadlock | Andre Guedes | 1 | -2/+2 |
2012-02-15 | Bluetooth: silence lockdep warning | Octavian Purdila | 1 | -0/+2 |
2012-02-15 | Bluetooth: Fix using an absolute timeout on hci_conn_put() | Vinicius Costa Gomes | 1 | -1/+1 |
2012-02-15 | Bluetooth: l2cap_set_timer needs jiffies as timeout value | Andrzej Kaczmarek | 1 | -3/+3 |
2012-02-15 | Bluetooth: Remove bogus inline declaration from l2cap_chan_connect | Johan Hedberg | 1 | -1/+1 |
2012-02-11 | netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=m | Neil Horman | 1 | -8/+40 |
2012-02-09 | net: Make qdisc_skb_cb upper size bound explicit. | David S. Miller | 1 | -1/+8 |
2012-02-05 | ipv4: reset flowi parameters on route connect | Julian Anastasov | 2 | -0/+14 |
2012-02-01 | net: Disambiguate kernel message | Arun Sharma | 1 | -4/+10 |
2012-01-30 | net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTL | Glauber Costa | 1 | -0/+2 |
2012-01-28 | netns: Fail conspicously if someone uses net_generic at an inappropriate time. | Eric W. Biederman | 1 | -0/+1 |
2012-01-27 | net: explicitly add jump_label.h header to sock.h | Glauber Costa | 1 | -0/+1 |
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 |