summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* sctp: Fix skb_over_panic resulting from multiple invalid parameter errors (CV...Neil Horman2010-07-051-0/+1
* sctp: Fix oops when sending queued ASCONF chunksVlad Yasevich2010-05-121-0/+1
* sctp: avoid irq lock inversion while call sk->sk_data_ready()Wei Yongjun2010-05-121-0/+1
* netlink: fix unaligned access in nla_get_be64()Pablo Neira Ayuso2010-04-011-1/+5
* ipsec: Fix bogus bundle flowiHerbert Xu2010-04-011-1/+2
* net: add __must_check to sk_add_backlogZhu Yi2010-04-011-1/+1
* net: backlog functions renameZhu Yi2010-04-011-3/+3
* net: add limit for socket backlogZhu Yi2010-04-011-1/+14
* mac80211: Retry null data frame for power saveVivek Natarajan2010-04-011-0/+4
* mac80211: Fix HT rate control configurationSujith2010-04-011-1/+2
* netfilter: nf_conntrack: fix hash resizing with namespacesPatrick McHardy2010-02-082-0/+2
* netfilter: nf_conntrack: per netns nf_conntrack_cachepEric Dumazet2010-02-081-0/+2
* netns xfrm: deal with dst entries in netnsAlexey Dobriyan2010-01-241-0/+6
* netns xfrm: fix "ip xfrm state|policy count" misreportAlexey Dobriyan2010-01-231-2/+2
* Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2010-01-223-40/+21
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-141-1/+1
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2010-01-121-0/+16
| |\ \
| * \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-301-2/+6
| |\ \ \
| * \ \ \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-165-4/+12
| |\ \ \ \
| * \ \ \ \ Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/...Linus Torvalds2009-12-143-40/+21
| |\ \ \ \ \
| | * | | | | this_cpu: Use this_cpu ops for network statisticsChristoph Lameter2009-10-032-8/+3
| | * | | | | this_cpu: Use this_cpu operations for SNMP statisticsChristoph Lameter2009-10-031-32/+18
* | | | | | | ax25: netrom: rose: Fix timer oopsesJarek Poplawski2010-01-161-0/+2
| |_|_|_|_|/ |/| | | | |
* | | | | | net: fix build erros with CONFIG_BUG=n, CONFIG_GENERIC_BUG=nOctavian Purdila2010-01-131-1/+1
| |_|_|_|/ |/| | | |
* | | | | ip: fix mc_loop checks for tunnels with multicast outer addressesOctavian Purdila2010-01-061-0/+16
| |_|_|/ |/| | |
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-291-2/+0
|\ \ \ \
| * | | | wireless: remove remaining qual codeJohannes Berg2009-12-281-2/+0
* | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-211-0/+6
|\| | | | | |_|_|/ |/| | |
| * | | mac80211: Add define for TX headroom reserved by mac80211 itself.Gertjan van Wingerde2009-12-141-0/+6
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-12-153-1/+10
|\ \ \ \
| * | | | netfilter: fix crashes in bridge netfilter caused by fragment jumpsPatrick McHardy2009-12-152-0/+2
| * | | | ipv6: reassembly: use seperate reassembly queues for conntrack and local deli...Patrick McHardy2009-12-152-1/+8
* | | | | tcp: Revert per-route SACK/DSACK/TIMESTAMP changes.David S. Miller2009-12-152-3/+2
| |_|/ / |/| | |
* | | | Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller2009-12-113-3/+2
|\| | |
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2009-12-093-3/+3
| |\ \ \
| | * \ \ Merge branch 'for-next' into for-linusJiri Kosina2009-12-073-3/+3
| | |\ \ \
| | | * | | tree-wide: fix assorted typos all over the placeAndré Goddard Rosa2009-12-043-3/+3
* | | | | | net: fix compat_sys_recvmmsg parameter typeHeiko Carstens2009-12-111-1/+1
| |_|_|/ / |/| | | |
* | | | | tcp: Stalling connections: Move timeout calculation routineDamian Lukowski2009-12-081-28/+0
* | | | | tcp: Stalling connections: Fix timeout calculation routineDamian Lukowski2009-12-081-2/+8
* | | | | tcp: Fix a connect() race with timewait socketsEric Dumazet2009-12-081-0/+3
* | | | | tcp: Fix a connect() race with timewait socketsEric Dumazet2009-12-082-4/+6
|/ / / /
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6Linus Torvalds2009-12-0868-629/+944
|\ \ \ \
| * \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller2009-12-042-0/+32
| |\ \ \ \
| | * | | | nl80211: PMKSA caching supportSamuel Ortiz2009-11-281-0/+28
| | * | | | mac80211: move cmntr flag out of rx flagsJohannes Berg2009-11-281-0/+4
| * | | | | tcp: connect() race with timewait reuseEric Dumazet2009-12-031-0/+2
| * | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller2009-12-032-39/+2
| |\ \ \ \ \
| | * | | | | Bluetooth: Implement RejActioned flagGustavo F. Padovan2009-12-031-0/+1
| | * | | | | Bluetooth: Fix sending ReqSeq on I-framesGustavo F. Padovan2009-12-031-1/+0