summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2014-01-15net: vxlan: when lower dev unregisters remove vxlan dev as wellDaniel Borkmann1-2/+46
2014-01-15Merge branch 'intel-next'David S. Miller6-77/+194
2014-01-15ixgbe: Additional adapter removal checksMark Rustad2-0/+38
2014-01-15ixgbe: Check for adapter removal on register writesMark Rustad3-5/+12
2014-01-15ixgbe: Check register reads for adapter removalMark Rustad3-5/+53
2014-01-15ixgbe: Make ethtool register test use accessorsMark Rustad1-51/+47
2014-01-15ixgbe: Use static inlines instead of macrosMark Rustad3-12/+33
2014-01-15ixbge: Protect ixgbe_down with __IXGBE_DOWN bitMark Rustad1-1/+3
2014-01-15ixgbe: Indicate removal state explicitlyMark Rustad2-4/+9
2014-01-15Merge branch 'i40e'David S. Miller9-15/+15
2014-01-15i40e: Bump version numberCatherine Sullivan1-1/+1
2014-01-15i40e: trivial cleanupJesse Brandeburg1-2/+1
2014-01-15i40e: whitespace fixesJesse Brandeburg5-8/+5
2014-01-15i40e: make message meaningfulMitch Williams1-2/+2
2014-01-15i40e: associate VMDq queue with VM typeShannon Nelson3-1/+5
2014-01-15i40e: remove extra register writeMitch Williams1-1/+1
2014-01-15tcp: do not export tcp_gso_segment() and tcp_gro_receive()Eric Dumazet1-2/+0
2014-01-15Merge branch 'dev_get_by_index'David S. Miller10-187/+124
2014-01-15net: nl80211: __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-65/+37
2014-01-15can: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-10/+5
2014-01-15caif: __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-2/+1
2014-01-15batman-adv: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-3/+1
2014-01-15vxlan: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-2/+1
2014-01-15decnet: use __dev_get_by_index instead of dev_get_by_index to find interfaceYing Xue1-8/+2
2014-01-15dcb: use __dev_get_by_name instead of dev_get_by_name to find interfaceYing Xue1-10/+5
2014-01-15eql: use __dev_get_by_name instead of dev_get_by_name to find interfaceYing Xue1-53/+42
2014-01-15bonding: use __dev_get_by_name instead of dev_get_by_name to find interfaceYing Xue1-26/+23
2014-01-15Drivers: Staging: cxt1e1: use __dev_get_name instead of dev_get_name to find ...Ying Xue1-8/+7
2014-01-15Merge branch 'r8152'David S. Miller4-57/+27
2014-01-15r8152: ecm and vendor modes coexisthayeswang3-27/+8
2014-01-15r8152: fix the warnings and a error from checkpatch.plhayeswang1-27/+15
2014-01-15r8152: change the descriptorhayeswang2-3/+4
2014-01-15bgmac: propagate error codes in bgmac_probe()Florian Fainelli1-2/+0
2014-01-15IPv6: move the anycast_src_echo_reply sysctl to netns_sysctl_ipv6FX Le Bail3-4/+4
2014-01-15sctp: remove a redundant NULL checkDan Carpenter1-1/+1
2014-01-15tipc: spelling fixesstephen hemminger3-3/+3
2014-01-15ipv6: addrconf spelling fixesstephen hemminger1-5/+5
2014-01-15Merge branch 'atl_stats'David S. Miller4-40/+65
2014-01-15atl1: update statistics codeSabrina Dubroca2-18/+26
2014-01-15atl1e: update statistics codeSabrina Dubroca1-11/+19
2014-01-15atl1c: update statistics codeSabrina Dubroca1-11/+20
2014-01-15net: Spelling s/transmition/transmission/Geert Uytterhoeven4-5/+5
2014-01-15net: amd8111e: Spelling s/recive/receive/Geert Uytterhoeven1-1/+1
2014-01-15bnx2x: Correct default Tx switching behaviourYuval Mintz5-1/+75
2014-01-15Merge branch 'for-davem' of git://gitorious.org/linux-can/linux-can-nextDavid S. Miller3-8/+27
2014-01-15net: replace macros net_random and net_srandom with direct calls to prandomAruna-Hewapathirane30-51/+50
2014-01-15ipv6: copy traffic class from ping request to replyHannes Frederic Sowa1-1/+4
2014-01-15ipv4: register igmp_notifier even when !CONFIG_PROC_FSWANG Cong3-5/+9
2014-01-15Merge branch 'netdev_tracing'David S. Miller2-41/+222
2014-01-15net: Add trace events for all receive entry points, exposing more skb fieldsBen Hutchings2-39/+161