summaryrefslogtreecommitdiffstats
path: root/Documentation/io-mapping.txt (unfollow)
Commit message (Expand)AuthorFilesLines
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-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-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-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-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-14bridge: move br_net_exit() to br.cWANG Cong3-19/+18
2014-01-14net: usbnet: fix SG initialisationBjørn Mork1-1/+1
2014-01-14net: 3com: fix warning for incorrect type in argumentdingtianhong1-1/+1
2014-01-14net: qlcnic: fix warning for incorrect type in argumentdingtianhong1-1/+1
2014-01-14sh_eth: fix garbled TX error messageSergei Shtylyov1-4/+4
2014-01-14inet_diag: fix inet_diag_dump_icsk() to use correct state for timewait socketsNeal Cardwell1-1/+4
2014-01-14bonding: fix __get_active_agg() RCU logicVeaceslav Falico1-6/+4
2014-01-14bonding: fix __get_first_agg RCU usageVeaceslav Falico1-1/+4
2014-01-14bonding: fix bond_3ad_set_carrier() RCU usageVeaceslav Falico1-11/+11
2014-01-14net: resort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell6-6/+6
2014-01-14qlcnic: Update version to 5.3.54Shahed Shaikh1-2/+2
2014-01-14qlcnic: Enable IPv6 LRO even if IP address is not programmedShahed Shaikh1-2/+2
2014-01-14qlcnic: Fix SR-IOV cleanup code pathManish Chopra1-3/+1
2014-01-14qlcnic: Enable beaconing for 83xx/84xx Series adapter.Himanshu Madhani7-24/+70
2014-01-14qlcnic: Do MAC learning for SRIOV PF.Sucheta Chakraborty6-31/+64
2014-01-14qlcnic: Turn on promiscous mode for SRIOV PF.Sucheta Chakraborty1-0/+4
2014-01-14qlcnic: Enable VF flood bit on PF.Sucheta Chakraborty1-0/+30
2014-01-14qlcnic: Restrict VF from configuring any VLAN mode.Sucheta Chakraborty1-1/+11
2014-01-14net: make dev_set_mtu() honor notification return codeVeaceslav Falico1-9/+25