aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* ixgbe: cleanup copyright string for 2011Don Skidmore2011-03-0324-25/+26
* ixgbe: add function pointer for semaphore functionDon Skidmore2011-03-036-9/+19
* ixgbe: X540 CleanupGreg Rose2011-03-031-2/+1
* ixgbe: cleanup handling of I2C interface to PHYEmil Tantilov2011-03-031-1/+38
* ixgbe: store permanent address before initializing Rx addressesEmil Tantilov2011-03-032-6/+6
* ixgbe: Numerous whitespace / formatting cleanupsEmil Tantilov2011-03-033-18/+15
* ixgbe: Specific check for 100 Full link speedEmil Tantilov2011-03-031-2/+5
* ixgbe: Drop unused code for setting up unicast addressesEmil Tantilov2011-03-036-105/+0
* ixgbe: rework ixgbe MTA handling to not drop packetsEmil Tantilov2011-03-032-60/+11
* ixgbe: cleanup X540 PHY reset function pointerDon Skidmore2011-03-031-1/+1
* ixgbe: Bounds checking for set_rar, clear_rar, set_vmdq, clear_vmdqEmil Tantilov2011-03-033-83/+95
* ixgbe: Fill out PCIe speed and width enums with valuesEmil Tantilov2011-03-031-11/+11
* ixgbe: add polling test to end of PHY resetEmil Tantilov2011-03-031-3/+37
* ixgbe: Check link wants report current link stateEmil Tantilov2011-03-031-1/+10
* ixgbe: cleanup code in ixgbe_identify_sfp_module_genericEmil Tantilov2011-03-031-55/+94
* ixgbe: Add ability to double reset on failure to clear master enableEmil Tantilov2011-03-035-22/+90
* ixgbe: set media type for 82599 T3 LOMEmil Tantilov2011-03-033-11/+42
* ixgbe: balance free_irq calls with request_irq callsAlexander Duyck2011-03-031-0/+5
* ixgbe: cleanup logic related to HW semaphoresEmil Tantilov2011-03-031-18/+24
* ixgbe: cleanup wake on LAN definesEmil Tantilov2011-03-031-2/+2
* ixgbevf: Fix Compiler WarningsGreg Rose2011-03-031-7/+2
* igb: Fix strncpy calls to be safe per source code review toolsCarolyn Wyborny2011-03-031-4/+7
* igb: Fix reg pattern test in ethtool for i350 devicesCarolyn Wyborny2011-03-031-1/+1
* igb: warn if max_vfs limit is exceededStefan Assmann2011-03-031-1/+6
* dcbnl: add support for retrieving peer configuration - ceeShmulik Ravid2011-03-023-4/+155
* dcbnl: add support for retrieving peer configuration - ieeeShmulik Ravid2011-03-023-0/+103
* netdevice: make initial group visible to userspaceVlad Dogaru2011-03-021-3/+3
* ipv4: ip_route_output_key() is better as an inline.David S. Miller2011-03-022-7/+5
* ipv4: Make output route lookup return rtable directly.David S. Miller2011-03-0236-224/+267
* xfrm: Return dst directly from xfrm_lookup()David S. Miller2011-03-0214-89/+111
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/...David S. Miller2011-03-0220-146/+143
|\
| * netfilter: nf_ct_tcp: fix out of sync scenario while in SYN_RECVPablo Neira Ayuso2011-02-281-2/+2
| * ipvs: unify the formula to estimate the overhead of processing connectionsChangli Gao2011-02-255-63/+27
| * ipvs: use enum to instead of magic numbersChangli Gao2011-02-241-14/+27
| * ipvs: use hlist instead of listChangli Gao2011-02-222-24/+30
| * ipvs: make "no destination available" message more informativePatrick Schaaf2011-02-1611-14/+43
| * ipvs: remove extra lookups for ICMP packetsJulian Anastasov2011-02-161-25/+3
| * ipvs: fix timer in get_curr_sync_buffTinggong Wang2011-02-161-2/+2
| * netfilter: nfnetlink_log: remove unused parameterFlorian Westphal2011-02-151-2/+1
| * netfilter: xt_conntrack: warn about use in raw tableJan Engelhardt2011-02-141-0/+5
| * Revert "netfilter: xt_connlimit: connlimit-above early loop termination"Stefan Berger2011-02-141-10/+3
| * bridge: netfilter: fix information leakVasiliy Kulikov2011-02-141-0/+2
| * netfilter: xt_connlimit: connlimit-above early loop terminationStefan Berger2011-02-111-3/+10
| * netfilter: ipset: add dependency on CONFIG_NETFILTER_NETLINKPatrick McHardy2011-02-101-0/+1
* | inet: Replace left-over references to inet->corkHerbert Xu2011-03-011-2/+2
* | pfkey: fix warningStephen Hemminger2011-03-011-1/+1
* | ipv6: Make icmp route lookup code a bit clearer.David S. Miller2011-03-011-51/+66
* | ipv4: Make icmp route lookup code a bit clearer.David S. Miller2011-03-011-79/+96
* | xfrm: Handle blackhole route creation via afinfo.David S. Miller2011-03-0110-67/+50
* | ipv6: Normalize arguments to ip6_dst_blackhole().David S. Miller2011-03-013-12/+9