aboutsummaryrefslogtreecommitdiffstats
path: root/COPYING (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-12-03tg3: Clean tg3_init_one()Matt Carlson1-6/+2
2009-12-03tg3: Use pci_read_vpd() instead of private methodMatt Carlson1-23/+12
2009-12-03tg3: Add some VPD preprocessor constantsMatt Carlson3-10/+18
2009-12-03tg3: Add 57765 asic revMatt Carlson2-19/+62
2009-12-03tg3: Make TSS enable independent of MSI-X enableMatt Carlson2-35/+57
2009-12-03drivers/net: Move && and || to end of previous lineJoe Perches132-805/+799
2009-12-03be2net: Bump up the driver version numberAjit Khaparde1-1/+1
2009-12-03be2net: Support for WoL using magic packet after suspend.Ajit Khaparde6-0/+128
2009-12-03be2net: Changes to print fw command opcode when command is failed by controller.Ajit Khaparde1-32/+57
2009-12-03net: Batch inet_twsk_purgeEric W. Biederman4-14/+24
2009-12-03net: Use rcu lookups in inet_twsk_purge.Eric W. Biederman1-15/+24
2009-12-03net: Allow fib_rule_unregister to batchEric W. Biederman5-38/+57
2009-12-03netns: Add an explicit rcu_barrier to unregister_pernet_{device|subsys}Eric W. Biederman1-2/+6
2009-12-03net: Allow xfrm_user_net_exit to batch efficiently.Eric W. Biederman2-8/+11
2009-12-03net: Move network device exit batchingEric W. Biederman2-24/+25
2009-12-03net: Add support for batching network namespace cleanupsEric W. Biederman2-61/+63
2009-12-03ipv4 05/05: add sysctl to accept packets with local source addressesPatrick McHardy6-4/+17
2009-12-03net 04/05: fib_rules: allow to delete local rulePatrick McHardy3-3/+3
2009-12-03net 03/05: fib_rules: add oif classificationPatrick McHardy3-1/+37
2009-12-03net 02/05: fib_rules: rename ifindex/ifname/FRA_IFNAME to iifindex/iifname/FRA_IIFNAMEPatrick McHardy3-23/+25
2009-12-03net 01/05: fib_rules: rearrange struct fib_rulePatrick McHardy1-1/+1
2009-12-02sunhme: fix dma warning in Sun HMEMikulas Patocka1-5/+14
2009-12-02tcp: clear hints to avoid a stale one (nfs only affected?)Ilpo Järvinen1-0/+1
2009-12-02tcp: sysctl_tcp_cookie_size needs to be exported to modules.David S. Miller1-0/+1
2009-12-02tcp: Fix warning on 64-bit.David S. Miller1-1/+1
2009-12-02net: Teach vlans to cleanup as a pernet subsystemEric W. Biederman1-5/+3
2009-12-02atl1e: Remove non-implementation of ethtool set_msglevel() operationBen Hutchings1-5/+0
2009-12-02atl1e: Remove redundant definitions of ethtool operationsBen Hutchings1-10/+0
2009-12-02atl1e: Allow TX checksum offload and TSO to be disabled and reenabledBen Hutchings1-0/+2
2009-12-02TCPCT part 1g: Responder Cookie => InitiatorWilliam Allen Simpson8-43/+259
2009-12-02TCPCT part 1f: Initiator Cookie => ResponderWilliam Allen Simpson1-30/+163
2009-12-02TCPCT part 1e: implement socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson1-2/+131
2009-12-02TCPCT part 1d: define TCP cookie option, extend existing struct'sWilliam Allen Simpson5-14/+177
2009-12-02TCPCT part 1c: sysctl_tcp_cookie_size, socket option TCP_COOKIE_TRANSACTIONSWilliam Allen Simpson5-6/+52
2009-12-02TCPCT part 1b: generate Responder Cookie secretWilliam Allen Simpson3-0/+149
2009-12-02TCPCT part 1a: add request_values parameter for sending SYNACKWilliam Allen Simpson10-33/+42
2009-12-02cnic: Use dma_alloc_coherent().Michael Chan1-24/+30
2009-12-02cnic: Fix rq_page_table DMA address.Michael Chan1-2/+2
2009-12-02cnic: Fix bogus iSCSI MAC addressMichael Chan1-2/+6
2009-12-02cnic: Fix bnx2x ring shutdown.Michael Chan1-0/+7
2009-12-02cnic: Fix ring I/O address for bnx2x devices.Michael Chan1-5/+3
2009-12-02netxen: fix failure cases for fw hang recoveryAmit Kumar Salecha1-11/+15
2009-12-02netxen : fix debug tools access for NX2031Narender Kumar1-19/+44
2009-12-02e1000e: correct ICH/PCH PHY operations function pointersBruce Allan3-209/+204
2009-12-02e1000e: refactor PHY ID detection workaroundBruce Allan2-11/+17
2009-12-02e1000e: check_polarity function pointers not set for 8257xBruce Allan2-0/+4
2009-12-02skbuff: remove skb_dma_map/unmapAlexander Duyck3-74/+0
2009-12-02tg3: remove use of skb_dma_map/unmapAlexander Duyck2-47/+132
2009-12-02be2net: remove use of skb_dma_map/unmapAlexander Duyck1-11/+26
2009-12-02bnx2: remove skb_dma_map/unmap calls from driverAlexander Duyck2-12/+61