summaryrefslogtreecommitdiffstats
path: root/include/net
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6Linus Torvalds2009-12-165-4/+12
|\
| * 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 '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
* | | 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
| | * | | | | Bluetooth: Unobfuscate tasklet_schedule usageMarcel Holtmann2009-12-031-16/+0
| | * | | | | Bluetooth: Turn hci_recv_frame into an exported functionMarcel Holtmann2009-12-031-22/+1
| * | | | | | net: Batch inet_twsk_purgeEric W. Biederman2009-12-031-3/+3
| * | | | | | net: Allow fib_rule_unregister to batchEric W. Biederman2009-12-031-1/+2
| * | | | | | net: Allow xfrm_user_net_exit to batch efficiently.Eric W. Biederman2009-12-031-0/+1
| * | | | | | net: Add support for batching network namespace cleanupsEric W. Biederman2009-12-031-0/+2
| * | | | | | net 03/05: fib_rules: add oif classificationPatrick McHardy2009-12-031-0/+3
| * | | | | | net 02/05: fib_rules: rename ifindex/ifname/FRA_IFNAME to iifindex/iifname/FR...Patrick McHardy2009-12-031-3/+3
| * | | | | | net 01/05: fib_rules: rearrange struct fib_rulePatrick McHardy2009-12-031-1/+1
| |/ / / / /
| * | | | | tcp: clear hints to avoid a stale one (nfs only affected?)Ilpo Järvinen2009-12-021-0/+1
| * | | | | TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson2009-12-021-0/+1
| * | | | | TCPCT part 1d: define TCP cookie option, extend existing struct'sWilliam Allen Simpson2009-12-021-0/+83
| * | | | | TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson2009-12-021-5/+1
| * | | | | TCPCT part 1b: generate Responder Cookie secretWilliam Allen Simpson2009-12-021-0/+8
| * | | | | TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson2009-12-022-2/+9
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-011-0/+6
| |\ \ \ \ \ | | | |/ / / | | |/| | |
| * | | | | net: remove [un]register_pernet_gen_... and update the docs.Eric W. Biederman2009-12-012-25/+5
| * | | | | net: Automatically allocate per namespace data.Eric W. Biederman2009-12-011-4/+24
| * | | | | net: Batch network namespace destruction.Eric W. Biederman2009-12-011-1/+1
| * | | | | net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCHEric W. Biederman2009-12-011-0/+1
| * | | | | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-11-291-1/+0
| |\ \ \ \ \
| * | | | | | X25: Move SYSCTL ifdefs into headerandrew hendry2009-11-291-0/+6
| * | | | | | Merge branch 'net-next' of git://git.kernel.org/pub/scm/linux/kernel/git/vxy/...David S. Miller2009-11-294-97/+60
| |\ \ \ \ \ \
| | * | | | | | sctp: Update max.burst implementationVlad Yasevich2009-11-231-0/+4
| | * | | | | | sctp: Turn the enum socket options into definesVlad Yasevich2009-11-231-82/+43
OpenPOWER on IntegriCloud