summaryrefslogtreecommitdiff
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | netns: Add an explicit rcu_barrier to unregister_pernet_{device|subsys}Eric W. Biederman2009-12-031-2/+6
* | | net: Allow xfrm_user_net_exit to batch efficiently.Eric W. Biederman2009-12-031-8/+10
* | | net: Move network device exit batchingEric W. Biederman2009-12-032-24/+25
* | | net: Add support for batching network namespace cleanupsEric W. Biederman2009-12-031-61/+61
* | | ipv4 05/05: add sysctl to accept packets with local source addressesPatrick McHardy2009-12-032-4/+8
* | | net 04/05: fib_rules: allow to delete local rulePatrick McHardy2009-12-033-3/+3
* | | net 03/05: fib_rules: add oif classificationPatrick McHardy2009-12-031-1/+32
* | | net 02/05: fib_rules: rename ifindex/ifname/FRA_IFNAME to iifindex/iifname/FR...Patrick McHardy2009-12-031-18/+18
| |/ |/|
* | tcp: sysctl_tcp_cookie_size needs to be exported to modules.David S. Miller2009-12-021-0/+1
* | tcp: Fix warning on 64-bit.David S. Miller2009-12-021-1/+1
* | net: Teach vlans to cleanup as a pernet subsystemEric W. Biederman2009-12-021-5/+3
* | TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson2009-12-027-43/+258
* | TCPCT part 1f: Initiator Cookie => ResponderWilliam Allen Simpson2009-12-021-30/+163
* | TCPCT part 1e: implement socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson2009-12-021-2/+131
* | TCPCT part 1d: define TCP cookie option, extend existing struct'sWilliam Allen Simpson2009-12-023-8/+71
* | TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson2009-12-022-0/+11
* | TCPCT part 1b: generate Responder Cookie secretWilliam Allen Simpson2009-12-021-0/+140
* | TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson2009-12-028-31/+33
* | skbuff: remove skb_dma_map/unmapAlexander Duyck2009-12-022-66/+0
* | net: compat_sys_recvmmsg user timespec arg can be NULLJean-Mickael Guerin2009-12-021-2/+6
* | net: compat_mmsghdr must be used in sys_recvmmsgJean-Mickael Guerin2009-12-021-6/+18
* | sctp: fix sctp_setsockopt_autoclose compile warningAndrei Pelinescu-Onciul2009-12-021-1/+1
* | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller2009-12-019-29/+25
|\ \
| * | ip_fragment: also adjust skb->truesize for packets not owned by a socketPatrick McHardy2009-12-011-1/+1