summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* route: Remove redirect_genidSteffen Klassert2012-03-081-1/+0
* inetpeer: Invalidate the inetpeer tree along with the routing cacheSteffen Klassert2012-03-081-0/+3
* tcp: fix comment for tp->highest_sackNeal Cardwell2012-02-281-2/+3
* netfilter: ctnetlink: fix soft lockup when netlink adds new entries (v2)Jozsef Kadlecsik2012-02-241-1/+1
* rtnetlink: Fix problem with buffer allocationGreg Rose2012-02-211-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-02-203-9/+11
|\
| * Bluetooth: Remove usage of __cancel_delayed_work()Ulisses Furquim2012-02-151-2/+2
| * Bluetooth: Fix potential deadlockAndre Guedes2012-02-151-2/+2
| * Bluetooth: silence lockdep warningOctavian Purdila2012-02-151-0/+2
| * Bluetooth: Fix using an absolute timeout on hci_conn_put()Vinicius Costa Gomes2012-02-151-1/+1
| * Bluetooth: l2cap_set_timer needs jiffies as timeout valueAndrzej Kaczmarek2012-02-151-3/+3
| * Bluetooth: Remove bogus inline declaration from l2cap_chan_connectJohan Hedberg2012-02-151-1/+1
* | netprio_cgroup: fix wrong memory access when NETPRIO_CGROUP=mNeil Horman2012-02-101-8/+40
* | net: Make qdisc_skb_cb upper size bound explicit.David S. Miller2012-02-091-1/+8
* | ipv4: reset flowi parameters on route connectJulian Anastasov2012-02-042-0/+14
* | net: Disambiguate kernel messageArun Sharma2012-02-011-4/+10
|/
* net/tcp: Fix tcp memory limits initialization when !CONFIG_SYSCTLGlauber Costa2012-01-301-0/+2
* netns: Fail conspicously if someone uses net_generic at an inappropriate time.Eric W. Biederman2012-01-271-0/+1
* net: explicitly add jump_label.h header to sock.hGlauber Costa2012-01-261-0/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-243-9/+7
|\
| * netprio_cgroup.h: dont include module.h from other includesPaul Gortmaker2012-01-241-1/+0
| * bluetooth: hci: Fix type of "enable_hs" to bool.David S. Miller2012-01-221-1/+1
| * net: introduce res_counter_charge_nofail() for socket allocationsGlauber Costa2012-01-221-6/+4
| * net: fix socket memcg build with !CONFIG_NETGlauber Costa2012-01-221-1/+1
| * kernel-doc: fix new warning in net/sock.hRandy Dunlap2012-01-221-0/+1
* | kernel-doc: fix new warnings in cfg80211.hRandy Dunlap2012-01-231-0/+6
|/
* net: fix some sparse errorsEric Dumazet2012-01-171-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2012-01-122-3/+4
|\
| * net_sched: sfq: add optional RED on top of SFQEric Dumazet2012-01-121-1/+2
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2012-01-121-2/+2
| |\
| | * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2012-01-101-2/+2
| | |\
| | | * Bluetooth: Rename extfeaturesAndre Guedes2012-01-021-2/+2
| | * | net: sk_update_clone is only used in net/core/sock.cStephen Rothwell2012-01-081-6/+0
| | * | net: fix sock_clone reference mismatch with tcp memcontrolGlauber Costa2012-01-071-0/+6
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eri...Linus Torvalds2012-01-101-21/+7
|\ \ \ \ | |/ / / |/| | |
| * | | 9p: Reduce object size with CONFIG_NET_9P_DEBUGJoe Perches2012-01-051-21/+7
* | | | Merge branch 'for-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/pe...Linus Torvalds2012-01-091-7/+7
|\ \ \ \
| * | | | percpu: Remove irqsafe_cpu_xxx variantsChristoph Lameter2011-12-221-7/+7
* | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2012-01-081-1/+1
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | treewide: Fix typos in various parts of the kernel, and fix some comments.Justin P. Mattock2011-12-021-1/+1
* | | | | net_sched: red: split red_parms into parms and varsEric Dumazet2012-01-051-43/+55
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-053-30/+28
|\ \ \ \ \
| * | | | | NFC: Export a new attribute nfcid1 in target infoIlan Elias2012-01-041-0/+3
| * | | | | NFC: Handle error during NCI data exchangeIlan Elias2012-01-041-0/+6
| * | | | | NFC: Update names and structs to NCI spec 1.0 d22Ilan Elias2012-01-042-30/+19
| | |_|_|/ | |/| | |
* | | | | ipv6: Check RA for sllao when configuring optimistic ipv6 address (v2)Neil Horman2012-01-041-1/+2
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...John W. Linville2012-01-038-271/+309
|\ \ \ \ \ | |/ / / /
| * | | | Bluetooth: remove *_bh usage from hci_dev_list and hci_cb_listGustavo F. Padovan2011-12-221-8/+8
| * | | | Bluetooth: Remove lock from inquiry_cacheGustavo F. Padovan2011-12-221-7/+0
| * | | | Bluetooth: Add MITM mechanism to LE-SMPBrian Gix2011-12-222-0/+7
OpenPOWER on IntegriCloud