aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-06-03net: ena: add good checksum counterSameeh Jubran3-2/+7
2019-06-03net: ena: optimise calculations for CQ doorbellSameeh Jubran1-9/+11
2019-06-03net: ena: add support for changing max_header_size in LLQ modeSameeh Jubran1-6/+4
2019-06-03net: ena: allow automatic fallback to polling modeSameeh Jubran2-9/+39
2019-06-03net: ena: documentation: update ena.txtSameeh Jubran1-1/+4
2019-06-03net: ena: add newline at the end of pr_err printsSameeh Jubran1-8/+8
2019-06-03net: ena: arrange ena_probe() function variables in reverse christmas treeSameeh Jubran1-6/+6
2019-06-03net: ena: replace free_tx/rx_ids union with single free_ids field in ena_ringSameeh Jubran2-31/+28
2019-06-03net: ena: ethtool: add extra properties retrieval via get_priv_flagsArthur Kiyanovski6-11/+184
2019-06-03net: ena: add handling of llq max tx burst sizeSameeh Jubran6-17/+85
2019-06-03net: dsa: mv88e6xxx: make mv88e6xxx_g1_stats_wait staticRasmus Villemoes2-2/+1
2019-06-03net: dsa: mv88e6xxx: fix comments and macro names in mv88e6390_g1_mgmt_rsvd2cpuRasmus Villemoes2-12/+12
2019-06-02nexthop: Add entry to MAINTAINERSDavid Ahern1-0/+9
2019-06-02Merge branch 'r8169-replace-several-function-pointers-with-direct-calls'David S. Miller1-118/+83
2019-06-02r8169: avoid tso csum function indirectionHeiner Kallweit1-25/+21
2019-06-02r8169: remove struct jumbo_opsHeiner Kallweit1-60/+36
2019-06-02r8169: remove struct mdio_opsHeiner Kallweit1-33/+26
2019-06-02r8169: improve r8169_csum_workaroundHeiner Kallweit1-5/+2
2019-06-02net: ethernet: improve eth_platform_get_mac_addressHeiner Kallweit1-10/+4
2019-06-02Merge branch 'ifa_list-RCU'David S. Miller34-229/+250
2019-06-02net: ipv4: provide __rcu annotation for ifa_listFlorian Westphal15-81/+134
2019-06-02drivers: use in_dev_for_each_ifa_rtnl/rcuFlorian Westphal7-19/+32
2019-06-02net: use new in_dev_ifa iteratorsFlorian Westphal5-17/+29
2019-06-02netfilter: use in_dev_for_each_ifa_rcuFlorian Westphal3-7/+16
2019-06-02devinet: use in_dev_for_each_ifa_rcu in more placesFlorian Westphal1-8/+19
2019-06-02net: inetdevice: provide replacement iterators for in_ifaddr walkFlorian Westphal2-16/+25
2019-06-02afs: do not send list of client addressesFlorian Westphal4-87/+1
2019-06-02qed: remove redundant assignment to rcColin Ian King1-1/+1
2019-06-02Merge tag 'isdn-removal' of https://git.kernel.org/pub/scm/linux/kernel/git/arnd/playgroundDavid S. Miller216-83884/+107
2019-06-02Merge branch 'mscc-ocelot-tc-flower'David S. Miller12-9/+1880
2019-06-02net: mscc: ocelot: Hardware ofload for tc flower filterHoratiu Vultur4-7/+373
2019-06-02net: mscc: ocelot: Add support for tcamHoratiu Vultur10-3/+1508
2019-06-02selftests: Add test cases for nexthop objectsDavid Ahern1-0/+1026
2019-06-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller37-149/+389
2019-05-31Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller122-1013/+6430
2019-05-31selftests/bpf: measure RTT from xdp using xdpingAlan Maguire6-2/+558
2019-05-31Merge branch '40GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsher/next-queueDavid S. Miller19-1255/+1259
2019-05-31bpf: doc: update answer for 32-bit subregister questionJiong Wang1-5/+25
2019-05-31Merge branch 'map-charge-cleanup'Alexei Starovoitov14-135/+132
2019-05-31bpf: move memory size checks to bpf_map_charge_init()Roman Gushchin14-67/+20
2019-05-31bpf: rework memlock-based memory accounting for mapsRoman Gushchin14-88/+112
2019-05-31bpf: group memory related fields in struct bpf_map_memoryRoman Gushchin14-31/+36
2019-05-31bpf: add memlock precharge for socket local storageRoman Gushchin1-2/+10
2019-05-31bpf: add memlock precharge check for cgroup_local_storageRoman Gushchin1-2/+9
2019-05-31Merge branch 'propagate-cn-to-tcp'Alexei Starovoitov12-51/+299
2019-05-31bpf: Add more stats to HBMbrakmo4-10/+117
2019-05-31bpf: Add cn support to hbm_out_kern.cbrakmo4-12/+45
2019-05-31bpf: Update BPF_CGROUP_RUN_PROG_INET_EGRESS callsbrakmo2-20/+40
2019-05-31bpf: Update __cgroup_bpf_run_filter_skb with cnbrakmo1-5/+20
2019-05-31bpf: cgroup inet skb programs can return 0 to 3brakmo3-4/+27