- 6e8a9d9 Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by David S. Miller · 10 years ago
- 789f558 tcp/dccp: get rid of central timewait timer by Eric Dumazet · 10 years ago
- 20a1d16 netfilter: Fix format string of nfnetlink_log proc file by Richard Weinberger · 10 years ago
- 6b46f7b netfilter: Fix format string of nfnetlink_queue proc file by Richard Weinberger · 10 years ago
- cc6bc44 netfilter: Fix portid types by Richard Weinberger · 10 years ago
- 65bc4f9 nfc: Fix portid type in urelease_work by Richard Weinberger · 10 years ago
- 0392d09 netlink: Fix portid type in netlink_notify by Richard Weinberger · 10 years ago
- 3d0d26c tcp: fix bogus RTT for CC when retransmissions are acked by Kenneth Klette Jonassen · 10 years ago
- 4577139 net: use jump label patching for ingress qdisc in __netif_receive_skb_core by Daniel Borkmann · 10 years ago
- dfc96c1 Merge branch 'netdev_diet' by David S. Miller · 10 years ago
- 14ffbbb net_device: Reorder members to fill holes by Thomas Graf · 10 years ago
- e2c6544 e1000e: Move pm_qos_req to e1000e adapter by Thomas Graf · 10 years ago
- cf89013 selinux/nlmsg: add a build time check for rtnl/xfrm cmds by Nicolas Dichtel · 10 years ago
- e60a9de Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 10 years ago
- 1ceb0b8 Merge branch 'fou-next' by David S. Miller · 10 years ago
- 7a6c8c3 fou: implement FOU_CMD_GET by WANG Cong · 10 years ago
- 02d793c fou: add network namespace support by WANG Cong · 10 years ago
- 4cbcdf2 fou: always use be16 for port by WANG Cong · 10 years ago
- 6727063 fou: exit early when parsing config fails by WANG Cong · 10 years ago
- 9272f04 fou: avoid calling udp_del_offload() twice by WANG Cong · 10 years ago
- d72da6aa Merge branch 'selinux_xfrm_nl_cmd' by David S. Miller · 10 years ago
- bd2cba0 selinux/nlmsg: add XFRM_MSG_MAPPING by Nicolas Dichtel · 10 years ago
- 8d465bb selinux/nlmsg: add XFRM_MSG_MIGRATE by Nicolas Dichtel · 10 years ago
- b0b59b0 selinux/nlmsg: add XFRM_MSG_REPORT by Nicolas Dichtel · 10 years ago
- 52db70d tcp: do not cache align timewait sockets by Eric Dumazet · 10 years ago
- 4e78eb0d Merge tag 'mac80211-next-for-davem-2015-04-10' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211-next by David S. Miller · 10 years ago
- 716723c net/macb: sqe_test_errors are TX errors, not RX errors by Wolfgang Steinwender · 10 years ago
- 01e97e6 new helper: msg_data_left() by Al Viro · 10 years ago
- a2dd379 Merge remote-tracking branch 'dh/afs' into for-davem by Al Viro · 10 years ago
- d8725c8 get rid of the size argument of sock_sendmsg() by Al Viro · 10 years ago
- b641173 ixgbevf: Add the appropriate ethtool ops to query RSS indirection table and key by Vlad Zolotarov · 10 years ago
- ad1431e ixgbevf: Add RSS Key query code by Vlad Zolotarov · 10 years ago
- 3c0841a ixgbe: Add GET_RSS_KEY command to VF-PF channel commands set by Vlad Zolotarov · 10 years ago
- 94cf66f ixgbevf: Add a RETA query code by Vlad Zolotarov · 10 years ago
- 4ce37a4 ixgbe: Add a RETA query command to VF-PF channel API by Vlad Zolotarov · 10 years ago
- e65ce0d ixgbe: Add a new netdev op to allow/prevent a VF from querying an RSS info by Vlad Zolotarov · 10 years ago
- 01a3d79 if_link: Add an additional parameter to ifla_vf_info for RSS querying by Vlad Zolotarov · 10 years ago
- 7f276ef ixgbe: Add the appropriate ethtool ops to query RSS indirection table and key by Vlad Zolotarov · 10 years ago
- dfaf891 ixgbe: Refactor the RSS configuration code by Vlad Zolotarov · 10 years ago
- 5288ec1 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queue by David S. Miller · 10 years ago
- 78ebb0d rtnetlink: Mark name argument of rtnl_create_link() const by Thomas Graf · 10 years ago
- 020f1d9 ixgbe: Drop unnecessary call to rcu_barrier by Alexander Duyck · 10 years ago
- 87031c0 ixgbe: Remove NETIF_F_HW_VLAN_CTAG_FILTER from hw_features by Alexander Duyck · 10 years ago
- ea41201 ixgbe: adds x550 specific FCoE offloads by Vasu Dev · 10 years ago
- 6d4c96a ixgbe: add support for X550 source_address_prunning by Don Skidmore · 10 years ago
- 219efe9 ixgbe: add new bridge mode support function. by Don Skidmore · 10 years ago
- aa2bacb ixgbe: Move bridge mode from flag to variable by Don Skidmore · 10 years ago
- 322d3ed ixgb: remove references to ifconfig by Stephen Hemminger · 10 years ago
- d7018be ixgbe: fix documentation by Stephen Hemminger · 10 years ago
- c0a34eb igb: doc don't refer to ifconfig by Stephen Hemminger · 10 years ago
- c3d0dac Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/bluetooth/bluetooth-next by David S. Miller · 10 years ago
- b52e692 tcp: md5: fix a typo in tcp_v4_md5_lookup() by Eric Dumazet · 10 years ago
- 2e90952 Merge branch 'xgbe-next' by David S. Miller · 10 years ago
- a8373f1 amd-xgbe: Add support for the netdev Tx watchdog by Lendacky, Thomas · 10 years ago
- b876382 amd-xgbe: Move Rx mode configuration into init by Lendacky, Thomas · 10 years ago
- 8dee19e amd-xgbe: Allow rx-frames coalescing to be changed anytime by Lendacky, Thomas · 10 years ago
- 1e53d5b net: Pass VLAN ID to rtnl_fdb_notify. by Hubert Sokolowski · 10 years ago
- ca69d71 Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next by David S. Miller · 10 years ago
- 3ab1a30 Merge tag 'wireless-drivers-next-for-davem-2015-04-09' of git://git.kernel.org/pub/scm/linux/kernel/git/kvalo/wireless-drivers-next by David S. Miller · 10 years ago
- 9399bdc Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klassert/ipsec-next by David S. Miller · 10 years ago
- 6fb8c38 Merge branch 'dma_rmb_wmb' by David S. Miller · 10 years ago
- c335869 e100: Use dma_rmb/wmb where appropriate by Alexander Duyck · 10 years ago
- 6731716 i40e/i40evf: Use dma_rmb where appropriate by Alexander Duyck · 10 years ago
- 12b3375 mlx4/mlx5: Use dma_wmb/rmb where appropriate by Alexander Duyck · 10 years ago
- 019be1c cxgb3/4/4vf: Update drivers to use dma_rmb/wmb where appropriate by Alexander Duyck · 10 years ago
- 23310f6 mac802154: fix transmission power datatype by Varka Bhadram · 10 years ago
- ccd6da2 Bluetooth: btusb: Use proper data structures for Intel vendor events by Marcel Holtmann · 10 years ago
- 94910d4 mac802154: fix typo for device by Varka Bhadram · 10 years ago
- 0fe29fd Bluetooth: Read LE remote features during connection establishment by Marcel Holtmann · 10 years ago
- 6aa2481 switch kernel_sendmsg() and kernel_recvmsg() to iov_iter_kvec() by Al Viro · 10 years ago
- da18428 net: switch importing msghdr from userland to {compat_,}import_iovec() by Al Viro · 10 years ago
- 602bd0e net: switch sendto() and recvfrom() to import_single_range() by Al Viro · 10 years ago
- fe3cce2 Merge branch 'iov_iter' into for-davem by Al Viro · 10 years ago
- 237dae8 Merge branch 'iocb' into for-davem by Al Viro · 10 years ago
- f13b168 vxlan: do not exit on error in vxlan_stop() by WANG Cong · 10 years ago
- dd929c1 tcp: do not rearm rsk_timer on FastOpen requests by Eric Dumazet · 10 years ago
- 82740b9 Merge tag 'nfc-next-4.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/sameo/nfc-next by David S. Miller · 10 years ago
- 51df60f sfc: Revert SRIOV changes. by David S. Miller · 10 years ago
- c1f8667 netfilter: Fix switch statement warnings with recent gcc. by David Miller · 10 years ago
- e85e85c Merge branch 'selinux-nlmsg' by David S. Miller · 10 years ago
- 5b5800f selinux/nlmsg: add XFRM_MSG_[NEW|GET]SADINFO by Nicolas Dichtel · 10 years ago
- 5e6deeb selinux/nlmsg: add XFRM_MSG_GETSPDINFO by Nicolas Dichtel · 10 years ago
- 2b7834d selinux/nlmsg: add XFRM_MSG_NEWSPDINFO by Nicolas Dichtel · 10 years ago
- 387f989 selinux/nlmsg: add RTM_GETNSID by Nicolas Dichtel · 10 years ago
- 5bdfbc1 selinux/nlmsg: add RTM_NEWNSID and RTM_GETNSID by Nicolas Dichtel · 10 years ago
- 5f9755d stmmac: Add an optional register interface clock by Andrew Bresticker · 10 years ago
- 2790460 vxlan: fix a shadow local variable by WANG Cong · 10 years ago
- aadd51a Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Pablo Neira Ayuso · 10 years ago
- 803afb3 Merge branch 'hv_netvsc_linearize' by David S. Miller · 10 years ago
- e88f7e0 hv_netvsc: try linearizing big SKBs before dropping them by Vitaly Kuznetsov · 10 years ago
- 981a1bd hv_netvsc: use single existing drop path in netvsc_start_xmit by Vitaly Kuznetsov · 10 years ago
- 8ae178f Merge branch 'sfc-next' by David S. Miller · 10 years ago
- 25672db sfc: Enable VF's via a write to the sysfs file sriov_numvfs by Shradha Shah · 10 years ago
- d92916f sfc: Own header for nic-specific sriov functions, single instance of netdev_ops and sriov removed from Falcon code by Shradha Shah · 10 years ago
- b5de97b Merge branch 'dma_rmb_wmb' by David S. Miller · 10 years ago
- 837a1db e1000, e1000e: Use dma_rmb instead of rmb for descriptor read ordering by Alexander Duyck · 10 years ago
- 03cc864 s2io: Update driver to use dma_wmb by Alexander Duyck · 10 years ago
- b4468cc sungem, sunhme, sunvnet: Update drivers to use dma_wmb/rmb by Alexander Duyck · 10 years ago
- 04abac5 bonding: Remove unnecessary initialization by Mahesh Bandewar · 10 years ago
- c3cd9ee bonding: Code re-factoring for admin, oper-key operations by Mahesh Bandewar · 10 years ago