summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: ebtables: enforce CAP_NET_ADMINFlorian Westphal2010-01-081-0/+6
* netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()Patrick McHardy2010-01-071-9/+9
* ipvs: Add boundary check on ioctl argumentsArjan van de Ven2010-01-041-1/+13
* ipvs: ip_vs_wrr.c: use lib/gcd.cFlorian Fainelli2009-12-222-15/+3
* ipvs: zero usvc and udestSimon Horman2009-12-151-0/+4
* netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy2009-12-152-4/+23
* ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...Patrick McHardy2009-12-153-6/+19
* ipvs: fix synchronization on connection closeXiaotian Feng2009-12-141-0/+1
* 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
OpenPOWER on IntegriCloud