summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2009-05-02xt_socket: checks for the state of nf_conntrackLaszlo Attila Toth1-0/+1
2009-05-02net: remove driver_data direct access of struct deviceGreg Kroah-Hartman7-19/+19
2009-05-02bonding: bond_slave_info_query() fixEric Dumazet1-16/+7
2009-05-01cxgb3: fixing gcc 4.4 compiler warning: suggest parentheses around operand of...Sergey Senozhatsky1-1/+1
2009-05-01netfilter: use likely() in xt_info_rdlock_bh()Eric Dumazet1-2/+2
2009-05-01net: Fix skb_tx_hash() for forwarding workloads.Eric Dumazet1-4/+5
2009-04-30net: Fix oops when splicing skbs from a frag_list.Jarek Poplawski1-13/+14
2009-04-30Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...David S. Miller38-470/+824
2009-04-30Revert "vxge: use max() instead of VXGE_HW_SET_LEVEL"David S. Miller2-23/+34
2009-04-30mii: Rewrite mii_ethtool_gset() to report mdio_support and lp_advertisingBen Hutchings1-34/+57
2009-04-30ethtool/mdio: Support backplane mode negotiationBen Hutchings3-5/+40
2009-04-30ethtool/mdio: Report MDIO mode support and link partner advertisingBen Hutchings3-10/+18
2009-04-30sfc: Use generic MDIO flow control auto-negotiation functionsBen Hutchings5-48/+7
2009-04-30mdio: Add mdio45_ethtool_spauseparam_an()Ben Hutchings2-0/+33
2009-04-30mii: Add mii_advertise_flowctrl()Ben Hutchings1-0/+16
2009-04-30mii: Simplify mii_resolve_flowctrl_fdx()Ben Hutchings1-12/+6
2009-04-30s2io: Use generic MDIO definitionsBen Hutchings2-15/+11
2009-04-30ixgb: Use generic MDIO definitionsBen Hutchings2-22/+12
2009-04-30ixgbe: Use generic MDIO definitions and functionsBen Hutchings6-119/+102
2009-04-30cxgb3: Use generic MDIO definitions and mdio_mii_ioctl()Ben Hutchings6-224/+195
2009-04-30chelsio: Use generic MDIO definitions and mdio_mii_ioctl()Ben Hutchings7-100/+82
2009-04-30sfc: Use generic MDIO functions and definitionsBen Hutchings14-845/+311
2009-04-30mdio: Add generic MDIO (clause 45) support functionsBen Hutchings4-0/+429
2009-04-30mdio: Add register definitions for MDIO (clause 45)Ben Hutchings1-0/+237
2009-04-30ethtool: Add port type PORT_OTHERBen Hutchings1-0/+1
2009-04-30mv643xx_eth: 64bit mib counter read fixLennert Buytenhek1-2/+0
2009-04-30mv643xx_eth: OOM handling fixesLennert Buytenhek1-9/+13
2009-04-30pcnet32: Remove pointless memory barriersJohn Dykstra1-2/+2
2009-04-30Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...David S. Miller5-18/+23
2009-04-30mac80211: default to automatic power controlJohannes Berg1-0/+1
2009-04-30mac80211: fix modprobe deadlock by not calling wep_init under rtnl_lockAlan Jenkins1-10/+9
2009-04-29ixgbe: Use pci_wake_from_d3() instead of multiple pci_enable_wake()Don Skidmore1-11/+6
2009-04-29netxen: fix firmware downloadDhananjay Phadke4-207/+216
2009-04-29netxen: refactor netxen_recv_context structDhananjay Phadke5-40/+71
2009-04-29netxen: fix link event handlingDhananjay Phadke3-2/+3
2009-04-29e100: do not go D3 in shutdown unless system is powering offThadeu Lima de Souza Cascardo1-7/+23
2009-04-29Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/holtma...David S. Miller5-31/+61
2009-04-29netfilter: revised locking for x_tablesStephen Hemminger5-296/+204
2009-04-28ath5k: fix buffer overrun in rate debug codeBob Copeland1-1/+1
2009-04-28iwlwifi: notify on scan completion even when shutting downJohannes Berg1-2/+2
2009-04-28rndis_wlan: fix initialization order for workqueue&workersJussi Kivilinna1-4/+10
2009-04-28wireless: remove unneeded EXPORT_SYMBOL the tickles a powerpc compiler bugStephen Rothwell1-1/+0
2009-04-28Bluetooth: Fix connection establishment with low security requirementMarcel Holtmann1-6/+3
2009-04-28Bluetooth: Add different pairing timeout for Legacy PairingMarcel Holtmann4-3/+40
2009-04-28Bluetooth: Ensure that HCI sysfs add/del is preempt safeRoger Quadros2-22/+18
2009-04-28gianfar: Use memset instead of cacheable_memzeroKumar Gala1-1/+2
2009-04-28inet_diag: Remove dup assignmentsArnaldo Carvalho de Melo1-2/+0
2009-04-28net: netif_tx_queue_stopped too expensiveEric Dumazet1-2/+8
2009-04-28net: Avoid extra wakeups of threads blocked in wait_for_packet()Eric Dumazet2-3/+17
2009-04-28net: Fix ucc_geth.c handling of fixed-link w/o phy-connection-type property.Grant Likely1-3/+0