aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ixgbe/ixgbe_main.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-01-14i40e: Bump version numberCatherine Sullivan1-1/+1
2014-01-14i40e: trivial cleanupJesse Brandeburg1-2/+1
2014-01-14i40e: whitespace fixesJesse Brandeburg5-8/+5
2014-01-14i40e: make message meaningfulMitch Williams1-2/+2
2014-01-14i40e: associate VMDq queue with VM typeShannon Nelson3-1/+5
2014-01-14i40e: remove extra register writeMitch Williams1-1/+1
2014-01-14tcp: do not export tcp_gso_segment() and tcp_gro_receive()Eric Dumazet1-2/+0
2014-01-14net: nl80211: __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-65/+37
2014-01-14can: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-10/+5
2014-01-14caif: __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-2/+1
2014-01-14batman-adv: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-3/+1
2014-01-14vxlan: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-2/+1
2014-01-14decnet: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-8/+2
2014-01-14dcb: use __dev_get_by_name instead of dev_get_by_name to find interfaceYing Xue1-10/+5
2014-01-14eql: use __dev_get_by_name instead of dev_get_by_name to find interfaceYing Xue1-53/+42
2014-01-14bonding: use __dev_get_by_name instead of dev_get_by_name to find interfaceYing Xue1-26/+23
2014-01-14Drivers: Staging: cxt1e1: use __dev_get_name instead of dev_get_name to find interfacesYing Xue1-8/+7
2014-01-14r8152: ecm and vendor modes coexisthayeswang3-27/+8
2014-01-14r8152: fix the warnings and a error from checkpatch.plhayeswang1-27/+15
2014-01-14r8152: change the descriptorhayeswang2-3/+4
2014-01-14bgmac: propagate error codes in bgmac_probe()Florian Fainelli1-2/+0
2014-01-14IPv6: move the anycast_src_echo_reply sysctl to netns_sysctl_ipv6FX Le Bail3-4/+4
2014-01-14sctp: remove a redundant NULL checkDan Carpenter1-1/+1
2014-01-14tipc: spelling fixesstephen hemminger3-3/+3
2014-01-14ipv6: addrconf spelling fixesstephen hemminger1-5/+5
2014-01-14atl1: update statistics codeSabrina Dubroca2-18/+26
2014-01-14atl1e: update statistics codeSabrina Dubroca1-11/+19
2014-01-14atl1c: update statistics codeSabrina Dubroca1-11/+20
2014-01-14net: Spelling s/transmition/transmission/Geert Uytterhoeven4-5/+5
2014-01-14net: amd8111e: Spelling s/recive/receive/Geert Uytterhoeven1-1/+1
2014-01-14bnx2x: Correct default Tx switching behaviourYuval Mintz5-1/+75
2014-01-14net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane30-51/+50
2014-01-14ipv6: copy traffic class from ping request to replyHannes Frederic Sowa1-1/+4
2014-01-14ipv4: register igmp_notifier even when !CONFIG_PROC_FSWANG Cong3-5/+9
2014-01-14net: Add trace events for all receive entry points, exposing more skb fieldsBen Hutchings2-39/+161
2014-01-14net: Add net_dev_start_xmit trace event, exposing more skb fieldsBen Hutchings2-0/+60
2014-01-14net: Fix indentation in dev_hard_start_xmit()Ben Hutchings1-2/+1
2014-01-14xen-netfront: use new skb_checksum_setup functionPaul Durrant1-45/+3
2014-01-14xen-netback: use new skb_checksum_setup functionPaul Durrant1-257/+3
2014-01-14net: add skb_checksum_setupPaul Durrant2-0/+275
2014-01-14netfilter: Add dependency on IPV6 for NF_TABLES_INETPaul Gortmaker1-1/+1
2014-01-13bridge: move br_net_exit() to br.cWANG Cong3-19/+18
2014-01-13net: usbnet: fix SG initialisationBjørn Mork1-1/+1
2014-01-13net: 3com: fix warning for incorrect type in argumentdingtianhong1-1/+1
2014-01-13net: qlcnic: fix warning for incorrect type in argumentdingtianhong1-1/+1
2014-01-13sh_eth: fix garbled TX error messageSergei Shtylyov1-4/+4
2014-01-13inet_diag: fix inet_diag_dump_icsk() to use correct state for timewait socketsNeal Cardwell1-1/+4
2014-01-13bonding: fix __get_active_agg() RCU logicVeaceslav Falico1-6/+4
2014-01-13bonding: fix __get_first_agg RCU usageVeaceslav Falico1-1/+4
2014-01-13bonding: fix bond_3ad_set_carrier() RCU usageVeaceslav Falico1-11/+11