summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-10-16libbpf: Per-symbol visibility for DSOAndrey Ignatov
2018-10-16bpf, tls: add tls header to tools infrastructureDaniel Borkmann
2018-10-16Merge branch 'net-Kernel-side-filtering-for-route-dumps'David S. Miller
2018-10-16net/ipv4: Bail early if user only wants prefix entriesDavid Ahern
2018-10-16net/ipv6: Bail early if user only wants cloned entriesDavid Ahern
2018-10-16net/mpls: Handle kernel side filtering of route dumpsDavid Ahern
2018-10-16net: Enable kernel side filtering of route dumpsDavid Ahern
2018-10-16net: Plumb support for filtering ipv4 and ipv6 multicast route dumpsDavid Ahern
2018-10-16ipmr: Refactor mr_rtm_dumprouteDavid Ahern
2018-10-16net/mpls: Plumb support for filtering route dumpsDavid Ahern
2018-10-16net/ipv6: Plumb support for filtering route dumpsDavid Ahern
2018-10-16net/ipv4: Plumb support for filtering route dumpsDavid Ahern
2018-10-16net: Add struct for fib dump filterDavid Ahern
2018-10-16netlink: Add answer_flags to netlink_callbackDavid Ahern
2018-10-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2018-10-15net: phy: merge phy_start_aneg and phy_start_aneg_privHeiner Kallweit
2018-10-15hv_netvsc: fix vf serial matching with pci slot infoHaiyang Zhang
2018-10-15Merge branch 'tcp-second-round-for-EDT-conversion'David S. Miller
2018-10-15tcp: cdg: use tcp high resolution clock cacheEric Dumazet
2018-10-15tcp_bbr: fix typo in bbr_pacing_margin_percentNeal Cardwell
2018-10-15tcp: optimize tcp internal pacingEric Dumazet
2018-10-15net_sched: sch_fq: no longer use skb_is_tcp_pure_ack()Eric Dumazet
2018-10-15tcp: mitigate scheduling jitter in EDT pacing modelEric Dumazet
2018-10-15net: extend sk_pacing_rate to unsigned longEric Dumazet
2018-10-15tcp: do not change tcp_wstamp_ns in tcp_mstamp_refreshEric Dumazet
2018-10-15net: bridge: fix a possible memory leak in __vlan_addLi RongQing
2018-10-15rxrpc: Add /proc/net/rxrpc/peers to display peer listDavid Howells
2018-10-15fore200e: fix missing unlock on error in bsq_audit()Wei Yongjun
2018-10-15Merge branch 'bnxt_en-Add-support-for-new-57500-chips'David S. Miller
2018-10-15bnxt_en: Add PCI ID for BCM57508 device.Michael Chan
2018-10-15bnxt_en: Add new NAPI poll function for 57500 chips.Michael Chan
2018-10-15bnxt_en: Refactor bnxt_poll_work().Michael Chan
2018-10-15bnxt_en: Add coalescing setup for 57500 chips.Michael Chan
2018-10-15bnxt_en: Use bnxt_cp_ring_info struct pointer as parameter for RX path.Michael Chan
2018-10-15bnxt_en: Add RSS support for 57500 chips.Michael Chan
2018-10-15bnxt_en: Increase RSS context array count and skip ring groups on 57500 chips.Michael Chan
2018-10-15bnxt_en: Allocate/Free CP rings for 57500 series chips.Michael Chan
2018-10-15bnxt_en: Modify bnxt_ring_alloc_send_msg() to support 57500 chips.Michael Chan
2018-10-15bnxt_en: Add helper functions to get firmware CP ring ID.Michael Chan
2018-10-15bnxt_en: Allocate completion ring structures for 57500 series chips.Michael Chan
2018-10-15bnxt_en: Modify the ring reservation functions for 57500 series chips.Michael Chan
2018-10-15bnxt_en: Adjust MSIX and ring groups for 57500 series chips.Michael Chan
2018-10-15bnxt_en: Re-structure doorbells.Michael Chan
2018-10-15bnxt_en: Add 57500 new chip ID and basic structures.Michael Chan
2018-10-15bnxt_en: Configure context memory on new devices.Michael Chan
2018-10-15bnxt_en: Check context memory requirements from firmware.Michael Chan
2018-10-15bnxt_en: Add new flags to setup new page table PTE bits on newer devices.Michael Chan
2018-10-15bnxt_en: Refactor bnxt_ring_struct.Michael Chan
2018-10-15bnxt_en: Update interrupt coalescing logic.Michael Chan
2018-10-15bnxt_en: Add maximum extended request length fw message support.Michael Chan