summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2018-09-02rds: store socket timestamps as ktime_tArnd Bergmann2-9/+7
2018-09-02selftests/tls: Add test for recv(PEEK) spanning across multiple recordsVakul Garg1-0/+22
2018-09-02net/tls: Add support for async decryption of tls recordsVakul Garg2-13/+127
2018-09-02bnxt_en: remove set but not used variable 'rx_stats'YueHaibing1-2/+0
2018-09-02net: remove duplicated include from net_failover.cYueHaibing1-1/+0
2018-09-02net: stmmac: Add CBS support in XGMAC2Jose Abreu4-2/+50
2018-09-02Merge branch 'dpaa2-eth-Move-DPAA2-Ethernet-driver'David S. Miller17-68/+45
2018-09-02dpaa2-eth: Move DPAA2 Ethernet driver from staging to drivers/netIoana Radulescu17-29/+13
2018-09-02staging: fsl-dpaa2/eth: Delay netdev_register() callIoana Radulescu1-39/+32
2018-09-01bridge: Switch to bitmap_zalloc()Andy Shevchenko2-6/+4
2018-09-01net: dsa: mv88e6xxx: Share main switch IRQMarek Behún1-1/+1
2018-09-01net/ipv6: Do not reset nl_net in ip6_route_info_createDavid Ahern1-2/+0
2018-09-01net/ipv4: Add extack message that dev is required for ONLINKDavid Ahern1-1/+3
2018-09-01tcp: change IPv6 flow-label upon receiving spurious retransmissionYuchung Cheng2-0/+15
2018-09-01net_sched: add missing tcf_lock for act_connmarkCong Wang1-3/+8
2018-09-01veth: add software timestampingMichael Walle1-0/+15
2018-09-01Revert "net: sched: act: add extack for lookup callback"Cong Wang18-38/+22
2018-09-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller33-376/+2067
2018-09-01xsk: i40e: get rid of useless struct xdp_umem_propsMagnus Karlsson7-36/+22
2018-09-01i40e: fix possible compiler warning in xsk TX pathMagnus Karlsson1-4/+2
2018-09-01bpf: add selftest for bpf's (set|get)_sockopt for SAVE_SYNNikita V. Shirokov2-4/+65
2018-09-01samples/bpf: xdpsock, minor fixesPrashant Bhole2-3/+2
2018-09-01xsk: remove unnecessary assignmentPrashant Bhole1-2/+0
2018-09-01bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN sample programNikita V. Shirokov2-0/+88
2018-09-01bpf: add TCP_SAVE_SYN/TCP_SAVED_SYN options for bpf_(set|get)sockoptNikita V. Shirokov1-4/+21
2018-09-01xdp: remove redundant variable 'headroom'Colin Ian King1-2/+1
2018-09-01Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirshe...David S. Miller10-281/+678
2018-08-30i40e: Prevent deleting MAC address from VF when set by PFPatryk Małek1-0/+10
2018-08-30i40evf: cancel workqueue sync for adminq when a VF is removedLihong Yang1-0/+2
2018-08-30i40e: hold the rtnl lock on clearing interrupt schemePatryk Małek1-0/+8
2018-08-30i40evf: Don't enable vlan stripping when rx offload is turned onPatryk Małek1-5/+6
2018-08-30i40e: Check and correct speed values for link on openJan Sokolowski1-3/+24
2018-08-30i40e: report correct statistics when XDP is enabledBjörn Töpel1-11/+13
2018-08-30i40e: static analysis report from communityMartyna Szapar1-1/+1
2018-08-30virtchnl: use u8 type for a field in the virtchnl_filter structHarshitha Ramamurthy1-1/+1
2018-08-30i40evf: set IFF_UNICAST_FLT flag for the VFLihong Yang1-0/+2
2018-08-30i40e: use correct length for strncpyMitch Williams1-1/+2
2018-08-30i40evf: Validate the number of queues a PF sendsPaul M Stillwell Jr1-0/+32
2018-08-30i40evf: Change a VF mac without reloading the VF driverPaweł Jabłoński2-5/+14
2018-08-30i40evf: update ethtool stats code and use helper functionsJacob Keller2-60/+298
2018-08-30i40e: move ethtool stats boiler plate code to i40e_ethtool_stats.hJacob Keller2-181/+222
2018-08-30i40e: convert queue stats to i40e_stats arrayJacob Keller1-59/+89
2018-08-30xsk: include XDP meta data in AF_XDP framesBjörn Töpel1-6/+18
2018-08-30Merge branch 'bpf-bpffs-bpftool-dump-with-btf'Daniel Borkmann4-37/+230
2018-08-30tools/bpf: bpftool: add btf percpu map formated dumpYonghong Song1-2/+31
2018-08-30tools/bpf: add bpffs percpu map pretty print tests in test_btfYonghong Song1-35/+144
2018-08-30bpf: add bpffs pretty print for percpu arraymap/hash/lru_hashYonghong Song2-0/+55
2018-08-30Merge tag 'mac80211-next-for-davem-2018-08-29' of git://git.kernel.org/pub/sc...David S. Miller16-77/+258
2018-08-30vxlan: reduce dirty cache line in vxlan_find_macLi RongQing1-1/+1
2018-08-30Merge branch 'liquidio-improve-soft-command-response-handling'David S. Miller14-802/+627