aboutsummaryrefslogtreecommitdiffstats
path: root/init/main.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2014-05-13net: ptp: mark filter as __initdataMathias Krause1-1/+1
2014-05-13net: fix test_bpf build to depend on NETRandy Dunlap1-1/+1
2014-05-13net: filter: Fix redefinition warnings on x86-64.David S. Miller1-34/+37
2014-05-13bnx2x: fix build when BNX2X_SRIOV is not enabledRandy Dunlap1-1/+1
2014-05-13drivers: net: cpsw-phy-sel: add am43xx platform supportMugunthan V N2-0/+5
2014-05-13drivers: net: cpsw-phy-sel: add dra7xx support for phy selMugunthan V N2-2/+58
2014-05-13drivers: net: cpsw-phy-sel: initialize priv->devMugunthan V N1-0/+1
2014-05-12sch_hhf: fix comparison of qlen and limitYang Yingliang1-1/+1
2014-05-12vlan: rename __vlan_find_dev_deep() to __vlan_find_dev_deep_rcu()dingtianhong8-16/+16
2014-05-12net: rename local_df to ignore_dfWANG Cong17-42/+42
2014-05-12cxgb4vf: Check if rx checksum offload is enabled, while reading hardware calculated checksumHariprasad Shenai1-3/+4
2014-05-12cxgb4: Check if rx checksum offload is enabled, while reading hardware calculated checksumHariprasad Shenai1-3/+3
2014-05-12cxgb4: Decode the firmware port and module type a bit more for ethtoolHariprasad Shenai1-4/+11
2014-05-12ipv6: remove parameter rt from fib6_prune_clones()Duan Jiong1-7/+5
2014-05-12Add support for netvsc build without CONFIG_SYSFS flagHaiyang Zhang1-4/+1
2014-05-12ptp: fix kconfig dependency warningsRandy Dunlap1-1/+2
2014-05-12net: filter: additional BPF testsAlexei Starovoitov1-0/+1224
2014-05-12net: filter: BPF testsuiteAlexei Starovoitov4-1/+343
2014-05-12net: filter: make BPF conversion more readableAlexei Starovoitov2-92/+101
2014-05-09sctp: add a checking for sctp_sysctl_net_registerwangweidong1-0/+4
2014-05-09Revert "sctp: optimize the sctp_sysctl_net_register"wangweidong1-10/+7
2014-05-09mdio_bus: fix devm_mdiobus_alloc_size exportArnd Bergmann1-1/+1
2014-05-09net: cassini: use nested lock annotationEmil Goode1-1/+1
2014-05-09bonding: make a generic sysfs option store and fix commentsNikolay Aleksandrov3-491/+107
2014-05-09bnx2x: Fix UNDI driver unloadYuval Mintz1-3/+7
2014-05-09rds: remove the unneed NULL checkingwangweidong2-4/+2
2014-05-09net: cpsw: add missing of_node_putJohan Hovold1-0/+1
2014-05-09net: cpsw: fix null dereference at probeJohan Hovold1-0/+4
2014-05-09Revert "net: eth: cpsw: Correctly attach to GPIO bitbang MDIO driver"Johan Hovold1-12/+2
2014-05-09net: mdio-gpio: warn about missing bus alias idJohan Hovold1-0/+4
2014-05-09net: mdio-gpio: fix device-tree binding documentationJohan Hovold1-1/+1
2014-05-09net: cdc_mbim: handle unaccelerated VLAN tagged framesBjørn Mork1-11/+28
2014-05-09be2net: use MCCQ instead of MBOX in be_cmd_rss_config()Kalesh AP1-7/+10
2014-05-09be2net: include rx-compl error counter in ethtool statsKalesh AP1-0/+1
2014-05-09be2net: remove unused code in be_cmd_vlan_config()Kalesh AP3-10/+5
2014-05-09be2net: covert vlan array to bit-mapRavikumar Nelavelli2-11/+10
2014-05-09be2net: fix line wrap and function call indentation in be_ethtool.cSathya Perla1-58/+42
2014-05-09be2net: fix function call indentation in be_cmds.cSathya Perla1-161/+179
2014-05-09be2net: fix line wrap and function call indentation in be_main.cSathya Perla1-103/+101
2014-05-09qlcnic: Update version to 5.3.59Rajesh Borundia1-2/+2
2014-05-09qlcnic: Collect firmware dump using DMA on 82xx adaptersShahed Shaikh5-50/+42
2014-05-09qlcnic: Add mac learning support to SR-IOV VF.Rajesh Borundia6-28/+78
2014-05-09qlcnic: Add support to process commands in atomic contextRajesh Borundia6-107/+99
2014-05-09qlcnic: Allow SR-IOV VF probe in hypervisor.Rajesh Borundia3-17/+24
2014-05-09tipc: don't directly overwrite node action_flagsYing Xue2-3/+5
2014-05-09tipc: rename enum names of node flagsYing Xue3-27/+25
2014-05-08l2tp: Remove UDP checksum verificationTom Herbert1-56/+1
2014-05-08net: Verify UDP checksum before handoff to encapTom Herbert2-0/+8
2014-05-08icmp6: Call skb_checksum_validateTom Herbert1-16/+5
2014-05-08icmp: Call skb_checksum_simple_validateTom Herbert1-10/+2