summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2009-12-0332-257/+253
|\
| * 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-232-10/+44
| * 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
* | bnx2: Update version to 2.0.3.Michael Chan2009-12-031-2/+2
* | bnx2: Read firmware version from VPD.Michael Chan2009-12-031-3/+99
* | bnx2: Print warning when unable to allocate the full SKB/page ring.Michael Chan2009-12-031-2/+10
* | bnx2: Dump some state during tx timeout.Michael Chan2009-12-032-0/+25
* | bnx2: Protect tx timeout reset with rtnl_lock().Michael Chan2009-12-031-1/+5
* | tg3: Update version to 3.105Matt Carlson2009-12-031-2/+2
* | tg3: Clean tg3_init_one()Matt Carlson2009-12-031-6/+2
* | tg3: Use pci_read_vpd() instead of private methodMatt Carlson2009-12-031-23/+12
* | tg3: Add some VPD preprocessor constantsMatt Carlson2009-12-033-10/+18
* | tg3: Add 57765 asic revMatt Carlson2009-12-032-19/+62
* | tg3: Make TSS enable independent of MSI-X enableMatt Carlson2009-12-032-35/+57
* | drivers/net: Move && and || to end of previous lineJoe Perches2009-12-03132-805/+799
* | be2net: Bump up the driver version numberAjit Khaparde2009-12-031-1/+1
* | be2net: Support for WoL using magic packet after suspend.Ajit Khaparde2009-12-036-0/+128
* | be2net: Changes to print fw command opcode when command is failed by controller.Ajit Khaparde2009-12-031-32/+57
* | net: Batch inet_twsk_purgeEric W. Biederman2009-12-034-14/+24
* | 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-035-38/+57
* | 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-032-8/+11
* | net: Move network device exit batchingEric W. Biederman2009-12-032-24/+25
* | net: Add support for batching network namespace cleanupsEric W. Biederman2009-12-032-61/+63
* | ipv4 05/05: add sysctl to accept packets with local source addressesPatrick McHardy2009-12-036-4/+17
* | 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-033-1/+37
* | net 02/05: fib_rules: rename ifindex/ifname/FRA_IFNAME to iifindex/iifname/FR...Patrick McHardy2009-12-033-23/+25
* | net 01/05: fib_rules: rearrange struct fib_rulePatrick McHardy2009-12-031-1/+1
* | sunhme: fix dma warning in Sun HMEMikulas Patocka2009-12-021-5/+14
* | tcp: clear hints to avoid a stale one (nfs only affected?)Ilpo Järvinen2009-12-021-0/+1
* | 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
* | atl1e: Remove non-implementation of ethtool set_msglevel() operationBen Hutchings2009-12-021-5/+0
* | atl1e: Remove redundant definitions of ethtool operationsBen Hutchings2009-12-021-10/+0
* | atl1e: Allow TX checksum offload and TSO to be disabled and reenabledBen Hutchings2009-12-021-0/+2
* | TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson2009-12-028-43/+259
* | 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-025-14/+177
* | TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson2009-12-025-6/+52
* | TCPCT part 1b: generate Responder Cookie secretWilliam Allen Simpson2009-12-023-0/+149
OpenPOWER on IntegriCloud