summaryrefslogtreecommitdiff
path: root/include/net (follow)
Commit message (Expand)AuthorAge
...
| * | | | | | | | | net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-06
| |/ / / / / / / /
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2012-02-04
| |\ \ \ \ \ \ \ \
| * | | | | | | | | caif-hsi: Add RX flip buffersjur.brandeland@stericsson.com2012-02-04
| * | | | | | | | | ipv6: Remove never used function inet6_ac_check().David S. Miller2012-02-01
| * | | | | | | | | tcp: md5: protects md5sig_info with RCUEric Dumazet2012-02-01
| * | | | | | | | | tcp: md5: rcu conversionEric Dumazet2012-01-31
| * | | | | | | | | tcp: md5: remove obsolete md5_add() methodEric Dumazet2012-01-31
| * | | | | | | | | net: Deinline __nlmsg_put and genlmsg_put. -7k code on i386 defconfig.Denys Vlasenko2012-01-30
| * | | | | | | | | ipv6: Remove neigh argument from ndisc_send_redirect()David S. Miller2012-01-27
* | | | | | | | | | Merge branch 'for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2012-03-20
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | cgroup: remove cgroup_subsys argument from callbacksLi Zefan2012-02-02
| | |_|/ / / / / / / | |/| | | | | | | |
* | | | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-12
|\ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|/ / | |/| | | | | | | |
| * | | | | | | | | route: Remove redirect_genidSteffen Klassert2012-03-08
| * | | | | | | | | inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert2012-03-08
| | |_|_|_|_|_|/ / | |/| | | | | | |
| * | | | | | | | tcp: fix comment for tp->highest_sackNeal Cardwell2012-02-28
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Merge branch 'perf/urgent' into perf/coreIngo Molnar2012-03-05
|\| | | | | | |
| * | | | | | | netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2)Jozsef Kadlecsik2012-02-24
| * | | | | | | rtnetlink: Fix problem with buffer allocationGreg Rose2012-02-21
| * | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-20
| |\ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | / / | | | |_|_|/ / | | |/| | | |
| | * | | | | Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim2012-02-15
| | * | | | | Bluetooth: Fix potential deadlockAndre Guedes2012-02-15
| | * | | | | Bluetooth: silence lockdep warningOctavian Purdila2012-02-15
| | * | | | | Bluetooth: Fix using an absolute timeout on hci_conn_put()Vinicius Costa Gomes2012-02-15
| | * | | | | Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek2012-02-15
| | * | | | | Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg2012-02-15
| | | |_|_|/ | | |/| | |
| * | | | | netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=mNeil Horman2012-02-10
| * | | | | net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-09
| * | | | | ipv4: reset flowi parameters on route connectJulian Anastasov2012-02-04
| | |_|_|/ | |/| | |
| * | | | net: Disambiguate kernel messageArun Sharma2012-02-01
| |/ / /
* / / / static keys: Introduce 'struct static_key', static_key_true()/false() and sta...Ingo Molnar2012-02-24
|/ / /
* | | net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTLGlauber Costa2012-01-30
* | | netns: Fail conspicously if someone uses net_generic at an inappropriate time.Eric W. Biederman2012-01-27
* | | net: explicitly add jump_label.h header to sock.hGlauber Costa2012-01-26
| |/ |/|
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-24
|\ \
| * | netprio_cgroup.h: dont include module.h from other includesPaul Gortmaker2012-01-24
| * | bluetooth: hci: Fix type of "enable_hs" to bool.David S. Miller2012-01-22
| * | net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa2012-01-22
| * | net: fix socket memcg build with !CONFIG_NETGlauber Costa2012-01-22
| * | kernel-doc: fix new warning in net/sock.hRandy Dunlap2012-01-22
| |/
* / kernel-doc: fix new warnings in cfg80211.hRandy Dunlap2012-01-23
|/
* net: fix some sparse errorsEric Dumazet2012-01-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-12
|\
| * net_sched: sfq: add optional RED on top of SFQEric Dumazet2012-01-12
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-01-12
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2012-01-10
| | |\
| | | * Bluetooth: Rename extfeaturesAndre Guedes2012-01-02
| | * | net: sk_update_clone is only used in net/core/sock.cStephen Rothwell2012-01-08
| | * | net: fix sock_clone reference mismatch with tcp memcontrolGlauber Costa2012-01-07
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2012-01-10
|\ \ \ \ | |/ / / |/| | |
| * | | 9p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches2012-01-05