aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2014-01-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller138-439/+785
2014-01-14Merge branch 'skb_checksum_help'David S. Miller4-302/+281
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-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-13Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-nextDavid S. Miller8-48/+139
2014-01-13inet_diag: fix inet_diag_dump_icsk() to use correct state for timewait socketsNeal Cardwell1-1/+4
2014-01-13Merge branch 'bonding_rcu'David S. Miller1-18/+19
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
2014-01-13Merge tag 'batman-adv-for-davem' of git://git.open-mesh.org/linux-mergeDavid S. Miller43-768/+1652
2014-01-13net: resort some Kbuild files to hopefully help avoid some conflictsStephen Rothwell6-6/+6
2014-01-13Merge branch 'qlcnic'David S. Miller12-63/+184
2014-01-13qlcnic: Update version to 5.3.54Shahed Shaikh1-2/+2
2014-01-13qlcnic: Enable IPv6 LRO even if IP address is not programmedShahed Shaikh1-2/+2
2014-01-13qlcnic: Fix SR-IOV cleanup code pathManish Chopra1-3/+1
2014-01-13qlcnic: Enable beaconing for 83xx/84xx Series adapter.Himanshu Madhani7-24/+70
2014-01-13qlcnic: Do MAC learning for SRIOV PF.Sucheta Chakraborty6-31/+64
2014-01-13qlcnic: Turn on promiscous mode for SRIOV PF.Sucheta Chakraborty1-0/+4
2014-01-13qlcnic: Enable VF flood bit on PF.Sucheta Chakraborty1-0/+30
2014-01-13qlcnic: Restrict VF from configuring any VLAN mode.Sucheta Chakraborty1-1/+11
2014-01-13net: make dev_set_mtu() honor notification return codeVeaceslav Falico1-9/+25
2014-01-13packet: doc: describe PACKET_MMAP with one packet socket for rx and txNorbert van Bolhuis1-0/+18
2014-01-13sctp: make sctp_addto_chunk_fixed localstephen hemminger2-3/+4
2014-01-13phylib: Add of_phy_attachAndy Fleming2-0/+30
2014-01-13phylib: Support attaching to generic 10g driverAndy Fleming2-13/+11
2014-01-13phylib: Add generic 10G driverAndy Fleming1-0/+81
2014-01-13phylib: turn genphy_driver to an arrayShaohui Xie1-8/+21
2014-01-13phylib: introduce PHY_INTERFACE_MODE_XGMII for 10G PHYAndy Fleming2-0/+2
2014-01-13phylib: Add Clause 45 read/write functionsAndy Fleming1-0/+39
2014-01-13l2tp: make local functions staticstephen hemminger2-6/+2
2014-01-13bnx2x: namespace and dead code cleanupsstephen hemminger11-524/+147
2014-01-13drivers: net: silence compiler warning in smc91x.cPankaj Dubey1-1/+1
2014-01-13gre_offload: simplify GRE header length calculation in gre_gso_segment()Neal Cardwell1-10/+6
2014-01-13net_sched: act: remove struct tcf_act_hdrWANG Cong2-12/+8
2014-01-13net_sched: avoid casting void pointerWANG Cong5-26/+23
2014-01-13net_sched: optimize tcf_match_indev()WANG Cong3-29/+39
2014-01-13net_sched: add struct net pointer to tcf_proto_ops->dumpWANG Cong11-15/+16
2014-01-13net_sched: act: clean up notification functionsWANG Cong1-55/+40
2014-01-13net_sched: act: move idx_gen into struct tcf_hashinfoWANG Cong11-26/+18
2014-01-13net: gro: change GRO overflow strategyEric Dumazet1-2/+15
2014-01-13net/mlx4_en: call gro handler for encapsulated framesEric Dumazet2-5/+7
2014-01-13gre_offload: fix sparse non static symbol warningWei Yongjun1-1/+1
2014-01-13Merge branch 'ip_forward_pmtu'David S. Miller14-31/+134