]> asedeno.scripts.mit.edu Git - linux.git/shortlog
linux.git
2019-01-12 Zha Binvhost/vsock: fix vhost vsock cid hashing inconsistent
2019-01-11 David S. MillerMerge branch 'stmmac-fixes'
2019-01-11 Jose Abreunet: stmmac: Prevent RX starvation in stmmac_napi_poll()
2019-01-11 Jose Abreunet: stmmac: Fix the logic of checking if RX Watchdog...
2019-01-11 Jose Abreunet: stmmac: Check if CBS is supported before configuring
2019-01-11 Jose Abreunet: stmmac: dwxgmac2: Only clear interrupts that are...
2019-01-11 Jose Abreunet: stmmac: Fix PCI module removal leak
2019-01-11 David S. MillerMerge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
2019-01-11 Daniel BorkmannMerge branch 'bpf-fix-bitfield-printing'
2019-01-11 Yonghong Songtools/bpf: fix bpftool map dump with bitfields
2019-01-11 Yonghong Songtools/bpf: test btf bitfield with >=256 struct member...
2019-01-11 Yonghong Songbpf: fix bpffs bitfield pretty print
2019-01-10 Heiner Kallweitnet: ethernet: mediatek: fix warning in phy_start_aneg
2019-01-10 Yuchung Chengtcp: change txhash on SYN-data timeout
2019-01-10 Andrew Lunnnet: dsa: mv88x6xxx: mv88e6390 errata
2019-01-10 Willem de Bruijnbonding: update nest level on unlink
2019-01-10 Song Liubpf: fix panic in stack_map_get_build_id() on i386...
2019-01-10 Anders Roxellselftests: bpf: install files tcp_(server|client)*.py
2019-01-10 Ioana Ciorneisamples: bpf: user proper argument index
2019-01-10 Stanislav Fomichevselftests/bpf: add missing executables to .gitignore
2019-01-10 Eric Dumazetipv6: fix kernel-infoleak in ipv6_local_error()
2019-01-10 Konstantin Khlebnikovnet/core/neighbour: tell kmemleak about hash tables
2019-01-10 Colin Ian Kingnet: cxgb4: fix various indentation issues
2019-01-10 Colin Ian Kingnet: cxgb3: fix various indentation issues
2019-01-10 Willem de Bruijnip: on queued skb use skb_header_pointer instead of...
2019-01-10 Stanislav Fomichevtun: publish tfile after it's fully initialized
2019-01-09 Yuchung Chengbpf: correctly set initial window on active Fast Open...
2019-01-09 Jason Gunthorpepacket: Do not leak dev refcounts on error exit
2019-01-08 David S. MillerMerge branch 'mlxsw-fixes'
2019-01-08 Ido Schimmelselftests: forwarding: Add a test for VLAN deletion
2019-01-08 Ido Schimmelmlxsw: spectrum_switchdev: Set PVID correctly during...
2019-01-08 Ido Schimmelselftests: forwarding: Fix test for different devices
2019-01-08 Ido Schimmelnet: bridge: Fix VLANs memory leak
2019-01-08 Ido Schimmelselftests: mlxsw: Add a test case for VLAN addition...
2019-01-08 Ido Schimmelmlxsw: spectrum_nve: Replace error code with EINVAL
2019-01-08 Ido Schimmelmlxsw: spectrum_switchdev: Avoid returning errors in...
2019-01-08 Ido Schimmelmlxsw: spectrum: Add VXLAN dependency for spectrum
2019-01-08 Jiri Pirkomlxsw: spectrum: Disable lag port TX before removing it
2019-01-08 Nir Dotanmlxsw: spectrum_acl: Remove ASSERT_RTNL()s in module...
2019-01-08 Nir Dotanmlxsw: spectrum_acl: Add cleanup after C-TCAM update...
2019-01-08 Heiner Kallweitr8169: load Realtek PHY driver module before r8169
2019-01-08 Bryan Whiteheadlan743x: Remove phy_read from link status change function
2019-01-08 Eugene Syromiatnikovptp: uapi: change _IOW to IOWR in PTP_SYS_OFFSET_EXTEND...
2019-01-08 Eugene Syromiatnikovptp: check that rsv field is zero in struct ptp_sys_off...
2019-01-08 David S. MillerMerge ra.kernel.org:/pub/scm/linux/kernel/git/bpf/bpf
2019-01-07 Alexei StarovoitovMerge branch 'bpf-doc-updates'
2019-01-07 Daniel Borkmannbpf, doc: add note for libbpf's stand-alone build
2019-01-07 Daniel Borkmannbpf, doc: update design qa to reflect kern_version...
2019-01-07 Stanislav Fomichevselftests/bpf: fix incorrect users of create_and_get_cgroup
2019-01-07 Cong Wangsmc: move unhash as early as possible in smc_release()
2019-01-07 Jason Gunthorpephy: ti: Fix compilation failures without REGMAP
2019-01-07 JianJhen Chennet: bridge: fix a bug on using a neighbour cache entry...
2019-01-07 Gustavo A. R. Silvatipc: fix memory leak in tipc_nl_compat_publ_dump
2019-01-07 Bjørn Morkcdc_ether: trivial whitespace readability fix
2019-01-07 Jacob Wenrds: use DIV_ROUND_UP instead of ceil
2019-01-07 Heiner Kallweitr8169: don't try to read counters if chip is in a PCI...
2019-01-07 Oliver Hartkoppcan: gw: ensure DLC boundaries after CAN frame modification
2019-01-07 Stephen Warrennet/mlx4: replace pci_{,un}map_sg with dma_{,un}map_sg
2019-01-07 Stephen Warrennet/mlx4: Get rid of page operation after dma_alloc_coh...
2019-01-06 Alexei StarovoitovMerge branch 'reject-ptr-scalar-mix'
2019-01-06 Daniel Borkmannbpf: add various test cases for alu op on mixed dst...
2019-01-06 Daniel Borkmannbpf: fix sanitation of alu op with pointer / scalar...
2019-01-05 David Ahernipv6: Take rcu_read_lock in __inet6_bind for mapped...
2019-01-05 Alexei StarovoitovMerge branch 'udpv6_sendmsg-addr_any-fix'
2019-01-05 Andrey Ignatovselftests/bpf: Test [::] -> [::1] rewrite in sys_sendms...
2019-01-05 Andrey Ignatovbpf: Fix [::] -> [::1] rewrite in sys_sendmsg
2019-01-05 David Ahernipv6: Consider sk_bound_dev_if when binding a socket...
2019-01-04 Jeff Kirsherixgbe: fix Kconfig when driver is not a module
2019-01-04 Eric Dumazetipv6: make icmp6_send() robust against null skb->dev
2019-01-04 Peter Oskolkovselftests: net: fix/improve ip_defrag selftest
2019-01-04 Daniele Palmasqmi_wwan: add MTU default to qmap network interface
2019-01-04 David S. MillerMerge branch 'hns-fixes'
2019-01-04 Yonglong Liunet: hns: Fix use after free identified by SLUB debug
2019-01-04 Yonglong Liunet: hns: Fix WARNING when hns modules installed
2019-01-04 Linus Walleijnet: dsa: mt7530: Drop unused GPIO include
2019-01-04 David S. MillerMerge branch 'GUE-error-recursion'
2019-01-04 Stefano Briviofou6: Prevent unbounded recursion in GUE error handler
2019-01-04 Stefano Briviofou: Prevent unbounded recursion in GUE error handler...
2019-01-04 Yi-Hung Weiopenvswitch: Fix IPv6 later frags parsing
2019-01-04 Claudiu Bezneanet: macb: remove unnecessary code
2019-01-04 Linus Walleijnet: dsa: microchip: Drop unused GPIO includes
2019-01-04 David S. MillerMerge branch 'qed-fixes'
2019-01-04 Denis Bolotinqed: Fix qed_ll2_post_rx_buffer_notify_fw() by adding...
2019-01-04 Denis Bolotinqed: Fix qed_chain_set_prod() for PBL chains with non...
2019-01-04 David Rientjesnet, skbuff: do not prefer skb allocation fails early
2019-01-04 Wen Yangsoc/fsl/qe: fix err handling of ucc_of_parse_tdm
2019-01-04 Kai-Heng Fengr8169: Add support for new Realtek Ethernet
2019-01-04 Arthur Gautiernetlink: fixup regression in RTM_GETADDR
2019-01-04 Christophe JAILLETocteontx2-af: Fix a resource leak in an error handling...
2019-01-04 Linus TorvaldsRemove 'type' argument from access_ok() function
2019-01-03 Linus TorvaldsMerge tag 'locks-v4.21-2' of git://git.kernel.org/pub...
2019-01-03 Linus TorvaldsMerge tag 'sound-fix-4.21-rc1' of git://git.kernel...
2019-01-03 Linus TorvaldsMerge git://git.kernel.org/pub/scm/linux/kernel/git...
2019-01-03 David Ahernipv6: Consider sk_bound_dev_if when binding a socket...
2019-01-03 David Ahernipv6: Fix dump of specific table with strict checking
2019-01-03 Linus TorvaldsMerge branch 'for-linus' of git://git.kernel.org/pub...
2019-01-03 Linus TorvaldsMerge tag 'for_linus' of git://git.kernel.org/pub/scm...
2019-01-03 Linus TorvaldsMerge tag 'for-4.21/block-20190102' of git://git.kernel...
2019-01-03 Linus TorvaldsMerge tag 'for-4.21/libata-20190102' of git://git.kerne...
2019-01-03 Linus TorvaldsMerge tag 'clk-for-linus' of git://git.kernel.org/pub...
next