summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2013-01-09net: init perm_addr in register_netdevice()Jiri Pirko1-0/+7
2013-01-09netconsole: add IPv6 example in docCong Wang1-1/+6
2013-01-09netpoll: add IPv6 supportCong Wang2-16/+274
2013-01-09ipv6: move csum_ipv6_magic() and udp6_csum_init() into static libraryCong Wang4-92/+103
2013-01-09netpoll: prepare for ipv6Cong Wang3-184/+243
2013-01-09net: fec: Remove 'inline' declarationsFabio Estevam1-3/+3
2013-01-09net: introduce skb_transport_header_was_set()Eric Dumazet3-1/+14
2013-01-09Merge branch 'delete-8390-EISA' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller7-2187/+2
2013-01-08ethtool: consolidate work with ethtool_opsJiri Pirko1-24/+21
2013-01-08bnx2x: Segregate SR-IOV codeAriel Elior10-844/+953
2013-01-08net: fec: report correct hardware stamping info to ethtoolFrank Li1-1/+30
2013-01-08veth: avoid a NULL deref in veth_stats_oneEric Dumazet1-18/+40
2013-01-08chelsio: Use netdev_<level> and pr_<level>Joe Perches6-89/+66
2013-01-07drivers/net: delete 8390 based EISA drivers.Paul Gortmaker7-2187/+2
2013-01-07drivers/net: remove orphaned references to micro channelPaul Gortmaker7-16/+12
2013-01-07team: use strlcpy with ethtool_drvinfo fieldsFlavio Leitner1-2/+2
2013-01-07tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa9-20/+25
2013-01-07ndisc: Use struct rd_msg for redirect message.YOSHIFUJI Hideaki / 吉藤英明2-28/+21
2013-01-07net: splice: avoid high order page splittingEric Dumazet1-29/+9
2013-01-07net: use ETHTOOL_FWVERS_LEN instead of ETHTOOL_BUSINFO_LEN for fw_ver stringsJiri Pirko4-5/+5
2013-01-07ethtool: fix drvinfo strings set in driversJiri Pirko86-277/+297
2013-01-07ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on createJiri Pirko1-1/+3
2013-01-07ethoc: fix mac address setJiri Pirko1-11/+11
2013-01-07tg3: Remove IS_ENABLED(CONFIG_HWMON) checkNithin Nayak Sujir2-6/+4
2013-01-07tg3: Improve PCI function number detection.Michael Chan1-11/+8
2013-01-07tg3: Add NVRAM support for 5762Michael Chan2-1/+110
2013-01-07tg3: Add support for new 5762 ASICMichael Chan2-25/+81
2013-01-05ndisc: Remove unused space at tail of skb for ndisc messages. (TAKE 3)YOSHIFUJI Hideaki / 吉藤英明1-2/+2
2013-01-05NET: FEC: dynamtic check DMA desc buff typeFrank Li4-87/+116
2013-01-05ethernet/broadcom/tg3: Fix sparse warning: constant 0x7fffffffffffffff is so ...Peter Hüwe1-1/+1
2013-01-05smsc95xx: enable dynamic autosuspendSteve Glendinning1-1/+150
2013-01-05smsc95xx: eliminate duplicate warnings on io failureSteve Glendinning1-217/+67
2013-01-05net: introduce upper device lists and remove dev->masterDavid S. Miller18-182/+409
2013-01-05net: kill dev->masterJiri Pirko1-4/+0
2013-01-05net: remove no longer used netdev_set_bond_master() and netdev_set_master()Jiri Pirko2-68/+1
2013-01-05bonding: remove usage of dev->masterJiri Pirko5-64/+81
2013-01-05nes: remove usage of dev->masterJiri Pirko2-4/+6
2013-01-05vlan: remove usage of dev->master in __vlan_find_dev_deep()Jiri Pirko1-7/+11
2013-01-05qeth: ensure that __vlan_find_dev_deep() is called with rcu_read_lockJiri Pirko1-10/+11
2013-01-05qlcnic: guard __vlan_find_dev_deep() by rcu_read_lockJiri Pirko1-0/+2
2013-01-05cxgb3: remove usage of dev->masterJiri Pirko1-4/+7
2013-01-05netpoll: remove usage of dev->masterJiri Pirko1-3/+6
2013-01-05bridge: remove usage of netdev_set_master()Jiri Pirko1-3/+3
2013-01-05team: remove usage of netdev_set_master()Jiri Pirko1-6/+7
2013-01-05rtnetlink: remove usage of dev->masterJiri Pirko1-32/+37
2013-01-05vlan: add link to upper deviceJiri Pirko1-1/+9
2013-01-05macvlan: add link to upper deviceJiri Pirko1-1/+8
2013-01-05net: introduce upper device listsJiri Pirko2-4/+249
2013-01-04ll_temac: fix mac address settingJiri Pirko1-14/+17
2013-01-04um: net: use eth_hw_addr_random() to generate random macJiri Pirko2-15/+8