summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2013-01-10net: Add support for XPS without sysfs being definedAlexander Duyck4-22/+21
2013-01-10net: Rewrite netif_set_xps_queues to address several issuesAlexander Duyck1-66/+117
2013-01-10net: Rewrite netif_reset_xps_queue to allow for better code reuseAlexander Duyck1-23/+33
2013-01-10net: Add functions netif_reset_xps_queue and netif_set_xps_queueAlexander Duyck3-143/+173
2013-01-10net: Split core bits of netdev_pick_tx into __netdev_pick_txAlexander Duyck2-25/+33
2013-01-10softirq: reduce latenciesEric Dumazet1-8/+9
2013-01-10net_sched: more precise pkt_len computationEric Dumazet1-1/+21
2013-01-10doc: Clarify behavior when sysctl tcp_ecn = 1Vijay Subramanian1-2/+3
2013-01-10bnx2x: align define usage to satisfy static checkersAriel Elior1-1/+1
2013-01-10veth: fix a NULL deref in netif_carrier_offEric Dumazet1-1/+3
2013-01-10cxgb4: Fix incorrect PFVF CMASKVipul Pandya1-2/+1
2013-01-10DSA: Convert spaces to tabs where appropriateBarry Grussling2-23/+23
2013-01-10DSA: Convert printk calls to netdev_info callsBarry Grussling2-10/+12
2013-01-10DSA: Convert repeated msleep calls to timeoutsBarry Grussling4-18/+34
2013-01-10DSA: Convert DSA comments to network-style commentsBarry Grussling5-232/+93
2013-01-09ipv6: Optimize ipv6_change_dsfield().YOSHIFUJI Hideaki / 吉藤英明1-4/+2
2013-01-09ipv6: Use container_of macro instead of magic number to get ipv6 header.YOSHIFUJI Hideaki / 吉藤英明1-5/+4
2013-01-09bnx2x: NULL dereference on error in debug codeDan Carpenter1-2/+1
2013-01-09unix: Use FIELD_SIZEOF() in af_unix_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2013-01-09rxrpc: Use FIELD_SIZEOF() in af_rxrpc_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+2
2013-01-09openvswitch: Use FIELD_SIZEOF() in dp_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2013-01-09netlink: Use FIELD_SIZEOF() in netlink_proto_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2013-01-09ipv6: Use FIELD_SIZEOF() in inet6_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2013-01-09ipv4: Use FIELD_SIZEOF() in inet_init().YOSHIFUJI Hideaki / 吉藤英明1-2/+1
2013-01-09bgmac: driver for GBit MAC core on BCMA busRafał Miłecki6-1/+1892
2013-01-08remove init of dev->perm_addr in driversJiri Pirko51-128/+42
2013-01-08net: init perm_addr in register_netdevice()Jiri Pirko1-0/+7
2013-01-08netconsole: add IPv6 example in docCong Wang1-1/+6
2013-01-08netpoll: add IPv6 supportCong Wang2-16/+274
2013-01-08ipv6: move csum_ipv6_magic() and udp6_csum_init() into static libraryCong Wang4-92/+103
2013-01-08netpoll: prepare for ipv6Cong Wang3-184/+243
2013-01-08net: fec: Remove 'inline' declarationsFabio Estevam1-3/+3
2013-01-08net: introduce skb_transport_header_was_set()Eric Dumazet3-1/+14
2013-01-08Merge branch 'delete-8390-EISA' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller7-2187/+2
2013-01-07ethtool: consolidate work with ethtool_opsJiri Pirko1-24/+21
2013-01-07bnx2x: Segregate SR-IOV codeAriel Elior10-844/+953
2013-01-07net: fec: report correct hardware stamping info to ethtoolFrank Li1-1/+30
2013-01-07veth: avoid a NULL deref in veth_stats_oneEric Dumazet1-18/+40
2013-01-07chelsio: 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-06drivers/net: remove orphaned references to micro channelPaul Gortmaker7-16/+12
2013-01-06team: use strlcpy with ethtool_drvinfo fieldsFlavio Leitner1-2/+2
2013-01-06tcp: make sysctl_tcp_ecn namespace awareHannes Frederic Sowa9-20/+25
2013-01-06ndisc: Use struct rd_msg for redirect message.YOSHIFUJI Hideaki / 吉藤英明2-28/+21
2013-01-06net: splice: avoid high order page splittingEric Dumazet1-29/+9
2013-01-06net: use ETHTOOL_FWVERS_LEN instead of ETHTOOL_BUSINFO_LEN for fw_ver stringsJiri Pirko4-5/+5
2013-01-06ethtool: fix drvinfo strings set in driversJiri Pirko86-277/+297
2013-01-06ethtool: set addr_assign_type to NET_ADDR_SET when addr is passed on createJiri Pirko1-1/+3
2013-01-06ethoc: fix mac address setJiri Pirko1-11/+11
2013-01-06tg3: Remove IS_ENABLED(CONFIG_HWMON) checkNithin Nayak Sujir2-6/+4