summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-18net: skb: remove unused assertsJakub Kicinski
2019-04-18net: gemini: remove unnecessary assertJakub Kicinski
2019-04-18net/sched: taprio: fix build without 64bit divJakub Kicinski
2019-04-18sb1000: fix variable set but not used warningsJakub Kicinski
2019-04-18l2tp: fix set but not used variableJakub Kicinski
2019-04-18bpf: move BPF_PROG_TYPE_FLOW_DISSECTOR documentation to a new common placeStanislav Fomichev
2019-04-18ipv6: Add rate limit mask for ICMPv6 messagesStephen Suryaputra
2019-04-18net: phy: remove dead code from phy_sanitize_settingsHeiner Kallweit
2019-04-18bpf: Increase MAX_NR_MAPS to 17 in test_verifier.cMartin KaFai Lau
2019-04-18net: phy: don't set autoneg if it's not supportedHeiner Kallweit
2019-04-18selftests/bpf: fix compile errors due to unsync linux/in6.h and netinet/in.hWang YanQing
2019-04-18libbpf: remove compile time warning from libbpf_util.hMagnus Karlsson
2019-04-18bpf: Document BPF_PROG_TYPE_CGROUP_SYSCTLAndrey Ignatov
2019-04-18Merge branch '100GbE' of git://git.kernel.org/pub/scm/linux/kernel/git/jkirsh...David S. Miller
2019-04-18Merge tag 'wireless-drivers-next-for-davem-2019-04-18' of git://git.kernel.or...David S. Miller
2019-04-18ice: Calculate ITR increment based on direct calculationBrett Creeley
2019-04-18ice: Bump driver versionAnirudh Venkataramanan
2019-04-18ice: Add code to control FW LLDP and DCBXAnirudh Venkataramanan
2019-04-18ice: Add code for DCB rebuildAnirudh Venkataramanan
2019-04-18ice: Add code to get DCB related statisticsAnirudh Venkataramanan
2019-04-18ice: Add priority information into VLAN headerAnirudh Venkataramanan
2019-04-18ice: Update rings based on TC informationAnirudh Venkataramanan
2019-04-18ice: Add code to process LLDP MIB change eventsAnirudh Venkataramanan
2019-04-18ice: Add code for DCB initialization part 4/4Anirudh Venkataramanan
2019-04-18ice: Add code for DCB initialization part 3/4Anirudh Venkataramanan
2019-04-18ice: Add code for DCB initialization part 2/4Anirudh Venkataramanan
2019-04-18ice: Add code for DCB initialization part 1/4Anirudh Venkataramanan
2019-04-18ice: Bump versionAnirudh Venkataramanan
2019-04-18ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan
2019-04-18ice: Fix typos in code commentsAnirudh Venkataramanan
2019-04-18rtlwifi: rtl8188ee: Remove extraneous fileLarry Finger
2019-04-17net ipv6: Prevent neighbor add if protocol is disabled on deviceDavid Ahern
2019-04-17Merge branch 'ipv6-Use-fib6_result-for-fib_lookups'David S. Miller
2019-04-17ipv6: Add fib6_type and fib6_flags to fib6_resultDavid Ahern
2019-04-17ipv6: Pass fib6_result to fib lookupsDavid Ahern
2019-04-17ipv6: Pass fib6_result to fib6_table_lookup tracepointDavid Ahern
2019-04-17ipv6: Pass fib6_result to rt6_select and find_rr_leafDavid Ahern
2019-04-17ipv6: Pass fib6_result to rt6_device_matchDavid Ahern
2019-04-17ipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtuDavid Ahern
2019-04-17ipv6: Pass fib6_result to rt6_insert_exceptionDavid Ahern
2019-04-17ipv6: Pass fib6_result to ip6_rt_get_dev_rcu and ip6_rt_copy_initDavid Ahern
2019-04-17ipv6: Pass fib6_result to pcpu route functionsDavid Ahern
2019-04-17ipv6: Pass fib6_result to ip6_create_rt_rcuDavid Ahern
2019-04-17ipv6: Pass fib6_result to ip6_rt_cache_allocDavid Ahern
2019-04-17ipv6: Pass fib6_result to rt6_find_cached_rtDavid Ahern
2019-04-17ipv6: Rename fib6_multipath_select and pass fib6_resultDavid Ahern
2019-04-17selftests/bpf: fix a compilation errorYonghong Song
2019-04-17Merge branch 'bulk-cpumap-redirect'Alexei Starovoitov
2019-04-17bpf: cpumap memory prefetchw optimizations for struct pageJesper Dangaard Brouer
2019-04-17bpf: cpumap do bulk allocation of SKBsJesper Dangaard Brouer