summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | Bluetooth: do not use assignment in if conditionAndrei Emeltchenko2010-12-011-6/+12
| | * | | Bluetooth: timer check sk is not owned before freeingAndrei Emeltchenko2010-12-011-12/+20
| | * | | Bluetooth: Check sk is not owned before freeing l2cap_connAndrei Emeltchenko2010-12-011-0/+26
| | * | | Bluetooth: hidp: fix information leak to userlandVasiliy Kulikov2010-12-011-1/+1
| | * | | Bluetooth: cmtp: fix information leak to userlandVasiliy Kulikov2010-12-011-0/+1
| | * | | Bluetooth: bnep: fix information leak to userlandVasiliy Kulikov2010-12-011-0/+1
| | * | | Bluetooth: Automate remote name requestsJohan Hedberg2010-12-011-18/+54
| | * | | Bluetooth: Create a unified authentication request functionJohan Hedberg2010-12-011-14/+40
| | * | | Bluetooth: Simplify remote features callback function logicJohan Hedberg2010-12-011-44/+47
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/padovan/bluetooth-2.6 int...Gustavo F. Padovan2010-12-011-3/+3
| | |\ \ \
| | * | | | mac80211: Minor optimization in ieee80211_rx_h_dataHelmut Schaa2010-11-301-3/+2
| | * | | | mac80211: fix RX aggregation lockingJohannes Berg2010-11-294-38/+45
| | * | | | mac80211: implement off-channel mgmt TXJohannes Berg2010-11-294-6/+129
| | * | | | nl80211/cfg80211: extend mgmt-tx API for off-channelJohannes Berg2010-11-294-14/+63
* | | | | | filter: use size of fetched data in __load_pointer()Eric Dumazet2010-12-091-3/+3
* | | | | | net: optimize INET input path furtherEric Dumazet2010-12-093-11/+11
* | | | | | net: Abstract away all dst_entry metrics accesses.David S. Miller2010-12-099-78/+95
| |_|_|_|/ |/| | | |
* | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2010-12-0825-128/+163
|\ \ \ \ \
| * | | | | tcp: protect sysctl_tcp_cookie_size readsEric Dumazet2010-12-081-12/+15
| * | | | | tcp: avoid a possible divide by zeroEric Dumazet2010-12-081-2/+4
| * | | | | tcp: Replace time wait bucket msg by counterTom Herbert2010-12-082-1/+2
| * | | | | x25: decrement netdev reference counts on unloadApollon Oikonomopoulos2010-12-081-0/+1
| * | | | | l2tp: Fix modalias of l2tp_ipMichal Marek2010-12-081-1/+5
| * | | | | econet: Do the correct cleanup after an unprivileged SIOCSIFADDR.Nelson Elhage2010-12-081-2/+4
| * | | | | llc: fix a device refcount imbalanceEric Dumazet2010-12-081-2/+3
| * | | | | tcp: Bug fix in initialization of receive window.Nandita Dukkipati2010-12-081-5/+4
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2010-12-083-4/+15
| |\ \ \ \ \ | | | |_|_|/ | | |/| | |
| | * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/padova...John W. Linville2010-12-021-3/+3
| | |\ \ \ \ | | | | |_|/ | | | |/| |
| | | * | | Bluetooth: Fix not returning proper error in SCOGustavo F. Padovan2010-11-221-3/+3
| | * | | | mac80211: Fix STA disconnect due to MIC failureSenthil Balasubramanian2010-11-301-0/+2
| | * | | | mac80211: ignore non-bcast mcast deauth/disassoc franesChristian Lamparter2010-11-301-0/+4
| | * | | | mac80211: Fix frame injection using non-AP vifJouni Malinen2010-11-291-1/+6
| * | | | | filter: fix sk_filter rcu handlingEric Dumazet2010-12-061-13/+6
| * | | | | net/ipv6/sit.c: return unhandled skb to tunnel4_rcvDavid McCullough2010-12-011-1/+2
| * | | | | Make the ip6_tunnel reflect the true mtu.Anders Franzen2010-12-011-0/+7
| * | | | | af_unix: limit recursion levelEric Dumazet2010-11-292-6/+33
| * | | | | inet: Fix __inet_inherit_port() to correctly increment bsockets and num_ownersNagendra Tomar2010-11-281-2/+1
| * | | | | DECnet: don't leak uninitialized stack byteDan Rosenberg2010-11-281-0/+2
| * | | | | dccp: fix error in updating the GARGerrit Renker2010-11-281-1/+2
| * | | | | tcp: restrict net.ipv4.tcp_adv_win_scale (#20312)Alexey Dobriyan2010-11-281-1/+5
| * | | | | netns: Don't leak others' openreq-s in procPavel Emelyanov2010-11-271-1/+3
| * | | | | Net: ceph: Makefile: Remove unnessary codeTracey Dent2010-11-271-22/+0
| * | | | | econet: fix CVE-2010-3848Phil Blundell2010-11-241-31/+31
| * | | | | econet: fix CVE-2010-3850Phil Blundell2010-11-241-0/+3
| * | | | | econet: disallow NULL remote addr for sendmsg(), fixes CVE-2010-3849Phil Blundell2010-11-241-18/+8
| * | | | | tcp: Make TCP_MAXSEG minimum more correct.David S. Miller2010-11-241-1/+1
| * | | | | af_unix: limit unix_tot_inflightEric Dumazet2010-11-241-0/+7
| * | | | | ipv6: fix missing in6_ifa_put in addrconfJohn Fastabend2010-11-221-3/+3
| * | | | | net: allow GFP_HIGHMEM in __vmalloc()Eric Dumazet2010-11-214-6/+4
* | | | | | af_packet: fix freeing pg_vec twice on error pathChangli Gao2010-12-081-1/+0
OpenPOWER on IntegriCloud