aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2015-08-10bridge: netlink: add support for vlan_filtering attributeNikolay Aleksandrov4-7/+33
2015-08-10qlcnic: Update version to 5.3.63Shahed Shaikh1-2/+2
2015-08-10qlcnic: Don't use kzalloc unncecessarily for allocating large chunk of memoryShahed Shaikh1-2/+2
2015-08-10qlcnic: Add new VF device ID 0x8C30Shahed Shaikh2-5/+12
2015-08-10qlcnic: Print firmware minidump buffer and template header addressesShahed Shaikh1-2/+3
2015-08-10qlcnic: Add support to enable capability to extend minidump for iSCSIShahed Shaikh5-0/+61
2015-08-10qlcnic: Rearrange ordering of header files inclusionHarish Patil10-21/+22
2015-08-10net: phy: select copper mode when Marvel 88e1111 in SGMIIMadalin Bucur1-0/+11
2015-08-10net: fec: fix the race between xmit and bdp reclaiming pathKevin Hao1-15/+20
2015-08-09mlxsw: Fix use-after-free bug in mlxsw_sx_port_xmitIdo Schimmel1-1/+3
2015-08-09mlxsw: Use correct skb length when dumping payloadIdo Schimmel1-1/+1
2015-08-09mlxsw: Simplify mlxsw_sx_port_xmit functionIdo Schimmel4-20/+40
2015-08-09mlxsw: Strip FCS from incoming packetsJiri Pirko2-1/+11
2015-08-09mlxsw: Make pci module dependent on HAS_DMA and HAS_IOMEMJiri Pirko1-1/+1
2015-08-09mlxsw: Make system port to local port mapping explicitIdo Schimmel2-0/+78
2015-08-09mlxsw: Call free_netdev when removing portIdo Schimmel1-0/+1
2015-08-09net: ethernet: Fix double word "the the" in eth.cMasanari Iida1-1/+1
2015-08-09net: phy: add RealTek RTL8211DN phy idShaohui Xie1-0/+14
2015-08-09mpls: Enforce payload type of traffic sent using explicit NULLRobert Shearman1-27/+44
2015-08-09samples/bpf: example of get selected PMU counter valueKaixu Xia4-0/+100
2015-08-09bpf: Implement function bpf_perf_event_read() that get the selected hardware PMU conuterKaixu Xia4-15/+66
2015-08-09bpf: Add new bpf map type to store the pointer to struct perf_eventKaixu Xia3-0/+59
2015-08-09bpf: Make the bpf_prog_array_map more genericWang Nan5-38/+60
2015-08-09perf: add the necessary core perf APIs when accessing events counters in eBPF programsKaixu Xia2-0/+88
2015-08-09net: dsa: mv88e6xxx: rework FDB add/del operationsVivien Didelot4-42/+80
2015-08-09net: dsa: mv88e6xxx: rework FDB getnext operationVivien Didelot4-27/+87
2015-08-09net: dsa: mv88e6xxx: rename ATU MAC accessorsVivien Didelot1-8/+8
2015-08-09net: dsa: mv88e6xxx: extend fid maskVivien Didelot2-10/+18
2015-08-09net: dsa: add support for switchdev FDB objectsVivien Didelot4-114/+126
2015-08-09net: switchdev: support static FDB addressesVivien Didelot2-1/+2
2015-08-09net: switchdev: change fdb addr for a byte arrayVivien Didelot4-5/+6
2015-08-09net:wimax: Fix doucble word "the the" in networking.xmlMasanari Iida1-2/+1
2015-08-07net: Fix race condition in store_rps_mapTom Herbert1-4/+7
2015-08-07openvswitch: Make 100 percents packets sampled when sampling rate is 1.Wenyu Zhang1-1/+4
2015-08-07vxlan: combine VXLAN_FLOWBASED into VXLAN_COLLECT_METADATAAlexei Starovoitov4-16/+8
2015-08-07RDS-TCP: Support multiple RDS-TCP listen endpoints, one per netns.Sowmini Varadhan4-50/+162
2015-08-07RDS-TCP: Make RDS-TCP work correctly when it is set up in a netns other than init_netSowmini Varadhan12-27/+59
2015-08-06net_dbg_ratelimited: turn into no-op when !DEBUGJason A. Donenfeld1-0/+8
2015-08-06af_mpls: add null dev check in find_outdevRoopa Prabhu1-0/+3
2015-08-06test_bpf: add tests checking that JIT/interpreter sets A and X to 0.Nicolas Schichan1-0/+158
2015-08-06test_bpf: add more tests for LD_ABS and LD_IND.Nicolas Schichan1-0/+296
2015-08-06test_bpf: add module parameters to filter the tests to run.Nicolas Schichan1-0/+71
2015-08-06test_bpf: test LD_ABS and LD_IND instructions on fragmented skbs.Nicolas Schichan1-0/+142
2015-08-06test_bpf: allow tests to specify an skb fragment.Nicolas Schichan1-1/+38
2015-08-06test_bpf: avoid oopsing the kernel when generate_test_data() fails.Nicolas Schichan1-0/+5
2015-08-06net/mlx5_core: Support physical port countersGal Pressman5-1/+137
2015-08-06net/mlx5e: Take advantage of the light-weight netdev open/stopAchiad Shochat3-106/+32
2015-08-06net/mlx5e: Disable async events before unregister_netdev()Achiad Shochat1-2/+2
2015-08-06net/mlx5e: Rename/move functions following the ndo_stop flow changeAchiad Shochat3-308/+306
2015-08-06net/mlx5e: Light-weight netdev open/stopAchiad Shochat4-76/+184