]> git.ipfire.org Git - thirdparty/linux.git/shortlog
thirdparty/linux.git
2019-04-23  Paul Gortmakernet: strparser: make it explicitly non-modular
2019-04-23  Paul Gortmakernet: bpfilter: dont use module_init in non-modular...
2019-04-23  Paul Gortmakercgroup: net: remove left over MODULE_LICENSE tag
2019-04-23  Paul Gortmakernet: tc_act: drop include of module.h from tc_ife.h
2019-04-23  Paul Gortmakernet: fib: drop include of module.h from fib_notifier.h
2019-04-23  Paul Gortmakernet: ife: drop include of module.h from net/ife.h
2019-04-23  Paul Gortmakernet: psample: drop include of module.h from psample.h
2019-04-23  David Ahernnet: Rename net/nexthop.h net/rtnh.h
2019-04-23  David Ahernipv6: Remove fib6_info_nh_lwt
2019-04-23  Daniel T. Leeinclude/net/tcp.h: whitespace cleanup at tcp_v4_check
2019-04-23  David S. MillerMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2019-04-22  Daniel BorkmannMerge branch 'bpf-verifier-lock'
2019-04-22  Alexei Starovoitovbpf: drop bpf_verifier_lock
2019-04-22  Alexei Starovoitovbpf: remove global variables
2019-04-22  Alexei Starovoitovbpf: document the verifier limits
2019-04-22  David Ahernipv6: Restore RTF_ADDRCONF check in rt6_qualify_for_ecmp
2019-04-21  David Ahernipv6: Simplify rt6_qualify_for_ecmp
2019-04-21  Fuqian Huangnet: hippi:Fix misuse of %x in rrunner.c
2019-04-21  Fuqian Huangnet: ax25: fix misuse of %x
2019-04-21  Fuqian Huangatm: iphase: fix misuse of %x
2019-04-21  David S. MillerMerge branch 'mlxsw-Small-routing-improvements'
2019-04-21  Ido Schimmelmlxsw: spectrum_router: Relax FIB rule validation
2019-04-21  Ido Schimmelmlxsw: spectrum: Use a stable ECMP/LAG seed
2019-04-20  Pablo Cascónnfp: add SR-IOV trusted VF support
2019-04-20  David S. MillerMerge branch 'hns3-next'
2019-04-20  Yufeng Monet: hns3: add function type check for debugfs help...
2019-04-20  liuzhongzhunet: hns3: add queue's statistics update to service...
2019-04-20  Weihang Linet: hns3: Add handling of MAC tunnel interruption
2019-04-20  Weihang Linet: hns3: add support for dump ncl config by debugfs
2019-04-20  Yonglong Liunet: hns3: Add support for netif message level settings
2019-04-20  Jian Shennet: hns3: dump more information when tx timeout happens
2019-04-20  Jian Shennet: hns3: fix loop condition of hns3_get_tx_timeo_queu...
2019-04-20  Jian Shennet: hns3: refine tx timeout count handle
2019-04-20  Huazhong Tannet: hns3: add some debug info for hclgevf_get_mbx_resp()
2019-04-20  Huazhong Tannet: hns3: add some debug information for hclge_check_e...
2019-04-20  Huazhong Tannet: hns3: add reset statistics for VF
2019-04-20  Huazhong Tannet: hns3: add reset statistics info for PF
2019-04-20  McCabe, Robert Jlibbpf: fix BPF_LOG_BUF_SIZE off-by-one error
2019-04-19  Eric Dumazettcp: properly reset skb->truesize for tx recycling
2019-04-19  Jiri Pirkomlxsw: spectrum: Assume CONFIG_NET_DEVLINK is always...
2019-04-19  Tung Nguyentipc: introduce new socket option TIPC_SOCK_RECVQ_USED
2019-04-19  Andrew Lunnnet: dsa: mv88e6xxx: Only reconfigure MAC when somethin...
2019-04-19  Arnd Bergmannnet: socket: implement 64-bit timestamps
2019-04-19  Arnd Bergmannasm-generic: generalize asm/sockios.h
2019-04-19  Arnd Bergmannnet: rework SIOCGSTAMP ioctl handling
2019-04-19  David S. MillerMerge branch 'net-support-binding-vlan-dev-link-state...
2019-04-19  Mike Manningbridge: update vlan dev link state for bridge netdev...
2019-04-19  Mike Manningbridge: update vlan dev state when port added to or...
2019-04-19  Mike Manningbridge: support binding vlan dev link state to vlan...
2019-04-19  Mike Manningvlan: do not transfer link state in vlan bridge binding...
2019-04-19  Mike Manningvlan: support binding link state to vlan member bridge...
2019-04-19  John Hurleynfp: flower: fix size_t compile warning
2019-04-19  David S. MillerMerge branch 'net-add-reset-controller-driven-PHY-reset'
2019-04-19  David Bauernet: mdio: rename mdio_device reset to reset_gpio
2019-04-19  David Bauernet: phy: add support for reset-controller
2019-04-19  David Bauerdt-bindings: net: add PHY reset controller binding
2019-04-19  David S. MillerMerge branch 'net-some-build-fixes-and-other-improvements'
2019-04-19  Jakub Kicinskinet: skb: remove unused asserts
2019-04-19  Jakub Kicinskinet: gemini: remove unnecessary assert
2019-04-19  Jakub Kicinskinet/sched: taprio: fix build without 64bit div
2019-04-19  Jakub Kicinskisb1000: fix variable set but not used warnings
2019-04-19  Jakub Kicinskil2tp: fix set but not used variable
2019-04-18  Stanislav Fomichevbpf: move BPF_PROG_TYPE_FLOW_DISSECTOR documentation...
2019-04-18  Stephen Suryaputraipv6: Add rate limit mask for ICMPv6 messages
2019-04-18  Heiner Kallweitnet: phy: remove dead code from phy_sanitize_settings
2019-04-18  Martin KaFai Laubpf: Increase MAX_NR_MAPS to 17 in test_verifier.c
2019-04-18  Heiner Kallweitnet: phy: don't set autoneg if it's not supported
2019-04-18  Wang YanQingselftests/bpf: fix compile errors due to unsync linux...
2019-04-18  Magnus Karlssonlibbpf: remove compile time warning from libbpf_util.h
2019-04-18  Andrey Ignatovbpf: Document BPF_PROG_TYPE_CGROUP_SYSCTL
2019-04-18  David S. MillerMerge branch '100GbE' of git://git.kernel.org/pub/scm...
2019-04-18  David S. MillerMerge tag 'wireless-drivers-next-for-davem-2019-04...
2019-04-18  Brett Creeleyice: Calculate ITR increment based on direct calculation
2019-04-18  Anirudh Venkataramananice: Bump driver version
2019-04-18  Anirudh Venkataramananice: Add code to control FW LLDP and DCBX
2019-04-18  Anirudh Venkataramananice: Add code for DCB rebuild
2019-04-18  Anirudh Venkataramananice: Add code to get DCB related statistics
2019-04-18  Anirudh Venkataramananice: Add priority information into VLAN header
2019-04-18  Anirudh Venkataramananice: Update rings based on TC information
2019-04-18  Anirudh Venkataramananice: Add code to process LLDP MIB change events
2019-04-18  Anirudh Venkataramananice: Add code for DCB initialization part 4/4
2019-04-18  Anirudh Venkataramananice: Add code for DCB initialization part 3/4
2019-04-18  Anirudh Venkataramananice: Add code for DCB initialization part 2/4
2019-04-18  Anirudh Venkataramananice: Add code for DCB initialization part 1/4
2019-04-18  Anirudh Venkataramananice: Bump version
2019-04-18  Anirudh Venkataramananice: Fix incorrect use of abbreviations
2019-04-18  Anirudh Venkataramananice: Fix typos in code comments
2019-04-18  Larry Fingerrtlwifi: rtl8188ee: Remove extraneous file
2019-04-18  David Ahernnet ipv6: Prevent neighbor add if protocol is disabled...
2019-04-18  David S. MillerMerge branch 'ipv6-Use-fib6_result-for-fib_lookups'
2019-04-18  David Ahernipv6: Add fib6_type and fib6_flags to fib6_result
2019-04-18  David Ahernipv6: Pass fib6_result to fib lookups
2019-04-18  David Ahernipv6: Pass fib6_result to fib6_table_lookup tracepoint
2019-04-18  David Ahernipv6: Pass fib6_result to rt6_select and find_rr_leaf
2019-04-18  David Ahernipv6: Pass fib6_result to rt6_device_match
2019-04-18  David Ahernipv6: Pass fib6_result to ip6_mtu_from_fib6 and fib6_mtu
2019-04-18  David Ahernipv6: Pass fib6_result to rt6_insert_exception
2019-04-18  David Ahernipv6: Pass fib6_result to ip6_rt_get_dev_rcu and ip6_rt...
2019-04-18  David Ahernipv6: Pass fib6_result to pcpu route functions
2019-04-18  David Ahernipv6: Pass fib6_result to ip6_create_rt_rcu
next