aboutsummaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-0912-21/+21
|\
| * Merge branch 'for-next' into for-linusJiri Kosina2009-12-0712-21/+21
| |\
| | * tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-049-17/+17
| | * tree-wide: fix some typos and punctuation in commentsThadeu Lima de Souza Cascardo2009-12-042-3/+3
| | * tree-wide: fix a very frequent spelling mistakeDirk Hohndel2009-11-091-1/+1
* | | sctp: fix compile error due to sysctl mismergeLinus Torvalds2009-12-081-1/+0
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-08346-8345/+13381
|\ \ \
| * \ \ Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-052-0/+4
| |\ \ \ | | |/ /
| * | | mac80211: fix reorder buffer releaseJohannes Berg2009-12-041-1/+1
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-0414-308/+526
| |\ \ \
| | * | | cfg80211: indent regulatory messages with spacesKalle Valo2009-12-041-3/+3
| | * | | mac80211: Fix TX status reporting for injected data framesJouni Malinen2009-12-041-1/+5
| | * | | WE: Fix set events not propagatedJean Tourrilhes2009-12-041-1/+2
| | * | | cfg80211: Add PMKSA wext compatibility handlerSamuel Ortiz2009-11-281-0/+42
| | * | | nl80211: PMKSA caching supportSamuel Ortiz2009-11-281-0/+120
| | * | | mac80211: log more data when tracingJohannes Berg2009-11-281-2/+24
| | * | | mac80211: correctly place aMPDU RX reorder codeJohannes Berg2009-11-282-73/+96
| | * | | mac80211: move aMPDU RX reorder codeJohannes Berg2009-11-281-230/+229
| | * | | mac80211: move cmntr flag out of rx flagsJohannes Berg2009-11-282-4/+3
| | * | | wireless : use a dedicated workqueue for cfg80211.Alban Browaeys2009-11-285-6/+18
| | * | | mac80211: Speedup ieee80211_remove_interfaces()Eric Dumazet2009-11-251-9/+5
| * | | | tcp: fix a timewait refcnt raceEric Dumazet2009-12-031-3/+16
| * | | | tcp: connect() race with timewait reuseEric Dumazet2009-12-033-18/+45
| * | | | tcp: diag: Dont report negative values for rx queueEric Dumazet2009-12-032-3/+11
| * | | | netdevice: provide common routine for macvlan and vlan operstate managementPatrick Mullaney2009-12-032-25/+31
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2009-12-037-37/+149
| |\ \ \ \
| | * | | | Bluetooth: Add RFCOMM option to use L2CAP ERTM modeMarcel Holtmann2009-12-031-0/+6
| | * | | | Bluetooth: Add L2CAP option for max transmit valueMarcel Holtmann2009-12-031-1/+5
| | * | | | Bluetooth: Fix 'SendRRorRNR' to send the ReqSeq valueGustavo F. Padovan2009-12-031-0/+2
| | * | | | Bluetooth: Implement RejActioned flagGustavo F. Padovan2009-12-031-3/+35
| | * | | | Bluetooth: Fix sending ReqSeq on I-framesGustavo F. Padovan2009-12-031-2/+6
| | * | | | Bluetooth: Fix unset of SrejActioned flagGustavo F. Padovan2009-12-031-1/+1
| | * | | | Bluetooth: Initialize variables and timers for both channel's sidesGustavo F. Padovan2009-12-031-18/+36
| | * | | | Bluetooth: Fix handling of BNEP setup connection requestsVikram Kandukuri2009-12-031-1/+4
| | * | | | Bluetooth: Unobfuscate tasklet_schedule usageMarcel Holtmann2009-12-033-12/+18
| | * | | | Bluetooth: Turn hci_recv_frame into an exported functionMarcel Holtmann2009-12-031-0/+23
| | * | | | Bluetooth: Return ENETDOWN when interface is downMarcel Holtmann2009-12-031-0/+5
| | * | | | Bluetooth: Implement raw output support for HIDP layerJiri Kosina2009-12-031-0/+9
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-12-0331-257/+250
| |\ \ \ \ \
| | * | | | | netfilter: net/ipv[46]/netfilter: Move && and || to end of previous lineJoe Perches2009-11-2322-174/+163
| | * | | | | netfilter: xtables: fix conntrack match v1 ipt-save outputFlorian Westphal2009-11-231-44/+17
| | * | | | | netfilter: nf_ct_tcp: improve out-of-sync situation in TCP trackingPablo Neira Ayuso2009-11-231-10/+41
| | * | | | | netfilter: remove unneccessary checks from netlink notifiersPatrick McHardy2009-11-064-8/+4
| | * | | | | netfilter: nf_nat_helper: tidy up adjust_tcp_sequenceHannes Eder2009-11-051-13/+9
| | * | | | | netfilter: nf_conntrack: avoid additional compare.Changli Gao2009-11-051-4/+10
| | * | | | | netfilter: remove synchronize_net() calls in ip_queue/ip6_queueEric Dumazet2009-11-042-2/+2
| | * | | | | netfilter: xt_socket: make module available for INPUT chainJan Engelhardt2009-10-291-2/+4
| * | | | | | net: Batch inet_twsk_purgeEric W. Biederman2009-12-033-11/+21
| * | | | | | net: Use rcu lookups in inet_twsk_purge.Eric W. Biederman2009-12-031-15/+24
| * | | | | | net: Allow fib_rule_unregister to batchEric W. Biederman2009-12-034-37/+55