Age | Commit message (Expand) | Author | Files | Lines |
2016-02-17 | vlan: change return type of vlan_proc_rem_dev | Zhang Shengju | 2 | -4/+3 |
2016-02-17 | net: pack tc_cls_u32_knode struct slighter better | John Fastabend | 1 | -2/+2 |
2016-02-17 | ixgbe: fix dates on header of ixgbe_model.h | John Fastabend | 1 | -1/+1 |
2016-02-17 | ixgbe: use u32 instead of __u32 in model header | John Fastabend | 1 | -9/+9 |
2016-02-17 | i40e/i40evf: Bump version | Jesse Brandeburg | 2 | -2/+2 |
2016-02-17 | i40e: properly show packet split status in debugfs | Mitch Williams | 3 | -5/+3 |
2016-02-17 | i40e/i40evf: use logical operators, not bitwise | Mitch Williams | 2 | -4/+6 |
2016-02-17 | i40e/i40evf: use pages correctly in Rx | Mitch Williams | 5 | -86/+159 |
2016-02-17 | i40e/i40evf: use __GFP_NOWARN | Jesse Brandeburg | 2 | -8/+16 |
2016-02-17 | i40e: dump descriptor indexes in hex | Jesse Brandeburg | 1 | -7/+7 |
2016-02-17 | i40e/i40evf: try again after failure | Jesse Brandeburg | 4 | -23/+89 |
2016-02-17 | i40e/i40evf: don't lose interrupts | Jesse Brandeburg | 5 | -12/+20 |
2016-02-17 | i40evf: Change vf driver string to reflect all products i40evf supports | Catherine Sullivan | 1 | -2/+2 |
2016-02-17 | i40e: Refactor force_wb and WB_ON_ITR functionality code | Anjali Singhai Jain | 3 | -51/+72 |
2016-02-17 | i40e: use new add_veb calling with VEB stats control | Shannon Nelson | 2 | -5/+10 |
2016-02-17 | i40e: add VEB stat control and remove L2 cloud filter | Shannon Nelson | 3 | -9/+10 |
2016-02-17 | i40e: set shared bit for multicast filters | Shannon Nelson | 1 | -2/+8 |
2016-02-17 | i40e: Make the DCB firmware checks for X710/XL710 only | Neerav Parikh | 2 | -7/+36 |
2016-02-17 | i40e: move sync_vsi_filters up in service_task | Jesse Brandeburg | 1 | -1/+6 |
2016-02-17 | Merge branch 'inet_lro-remove' | David S. Miller | 12 | -640/+4 |
2016-02-17 | ipv4: Remove inet_lro library | Ben Hutchings | 4 | -525/+0 |
2016-02-17 | RDMA/nes: Replace LRO with GRO | Ben Hutchings | 4 | -58/+1 |
2016-02-17 | pasemi_mac: Replace LRO with GRO | Ben Hutchings | 4 | -57/+3 |
2016-02-17 | af_llc: fix types on llc_ui_wait_for_conn | One Thousand Gnomes | 1 | -2/+2 |
2016-02-17 | qed/qede: use 8.7.3.0 FW. | Yuval Mintz | 17 | -1721/+1746 |
2016-02-17 | Merge branch 'sctp-cleanups' | David S. Miller | 4 | -18/+2 |
2016-02-17 | sctp: remove the unused sctp_datamsg_free() | Xin Long | 2 | -14/+0 |
2016-02-17 | sctp: remove rcu_read_lock in sctp_seq_dump_remote_addrs() | Xin Long | 1 | -2/+0 |
2016-02-17 | sctp: move rcu_read_lock from __sctp_lookup_association to sctp_lookup_associ... | Xin Long | 1 | -2/+2 |
2016-02-17 | core: remove unneded headers for net cgroup controllers. | Rosen, Rami | 2 | -2/+0 |
2016-02-17 | Merge branch 'renesas-cleanups' | David S. Miller | 2 | -14/+0 |
2016-02-17 | sh_eth: kill useless *switch* defaults | Sergei Shtylyov | 1 | -12/+0 |
2016-02-17 | ravb: kill useless *switch* defaults | Sergei Shtylyov | 1 | -2/+0 |
2016-02-17 | Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe... | David S. Miller | 10 | -65/+254 |
2016-02-17 | Merge branch 'amd-xgbe-next' | David S. Miller | 8 | -217/+340 |
2016-02-17 | amd-xgbe: Mask auto-negotiation interrupts in ISR | Lendacky, Thomas | 4 | -33/+41 |
2016-02-17 | amd-xgbe: Check Rx queue fifos before stopping Rx DMA | Lendacky, Thomas | 2 | -3/+37 |
2016-02-17 | amd-xgbe: Do traffic class setup when called through dcbnl | Lendacky, Thomas | 4 | -30/+70 |
2016-02-17 | amd-xgbe: Fix the mapping of priorities to traffic classes | Lendacky, Thomas | 1 | -29/+21 |
2016-02-17 | amd-xgbe: Enable/disable PFC per traffic class | Lendacky, Thomas | 1 | -2/+34 |
2016-02-17 | amd-xgbe: Verify forced speed matches the active speedset | Lendacky, Thomas | 1 | -2/+14 |
2016-02-17 | amd-xgbe: Use __napi_schedule_irqoff | Lendacky, Thomas | 1 | -2/+2 |
2016-02-17 | amd-xgbe: Change from napi_complete to napi_complete_done | Lendacky, Thomas | 1 | -4/+4 |
2016-02-17 | amd-xgbe: Disable VLAN filtering when in promiscuous mode | Lendacky, Thomas | 1 | -112/+117 |
2016-02-17 | macvlan: convert to use IFF_NO_QUEUE | Zhang Shengju | 1 | -1/+1 |
2016-02-17 | i40e: use eth_platform_get_mac_address() | Sowmini Varadhan | 1 | -18/+1 |
2016-02-17 | i40e: add priv flag for automatic rule eviction | Anjali Singhai Jain | 5 | -2/+21 |
2016-02-17 | i40e: Enable Geneve offload for FW API ver > 1.4 for XL710/X710 devices | Anjali Singhai | 1 | -1/+14 |
2016-02-17 | i40e/i40evf: bump version to 1.4.12/1.4.8 | Jesse Brandeburg | 2 | -2/+2 |
2016-02-17 | i40e: avoid large memcpy by assigning struct | Jacob Keller | 1 | -3/+5 |