summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2019-01-11net: bpfilter: disallow to remove bpfilter module while being usedTaehee Yoo3-23/+29
2019-01-11net: bpfilter: restart bpfilter_umh when error occurredTaehee Yoo4-12/+40
2019-01-11net: bpfilter: use cleanup callback to release umh_infoTaehee Yoo3-23/+44
2019-01-11umh: add exit routine for UMH processTaehee Yoo4-2/+43
2019-01-11isdn: i4l: isdn_tty: Fix some concurrency double-free bugsJia-Ju Bai1-1/+5
2019-01-11vhost/vsock: fix vhost vsock cid hashing inconsistentZha Bin1-1/+1
2019-01-11Merge branch 'stmmac-fixes'David S. Miller4-28/+41
2019-01-11net: stmmac: Prevent RX starvation in stmmac_napi_poll()Jose Abreu1-13/+14
2019-01-11net: stmmac: Fix the logic of checking if RX Watchdog must be enabledJose Abreu1-12/+12
2019-01-11net: stmmac: Check if CBS is supported before configuringJose Abreu1-0/+2
2019-01-11net: stmmac: dwxgmac2: Only clear interrupts that are activeJose Abreu1-3/+3
2019-01-11net: stmmac: Fix PCI module removal leakJose Abreu1-0/+10
2019-01-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller9-24/+43
2019-01-11Merge branch 'bpf-fix-bitfield-printing'Daniel Borkmann3-20/+34
2019-01-11tools/bpf: fix bpftool map dump with bitfieldsYonghong Song1-6/+7
2019-01-11tools/bpf: test btf bitfield with >=256 struct member offsetYonghong Song1-8/+21
2019-01-11bpf: fix bpffs bitfield pretty printYonghong Song1-6/+6
2019-01-10net: ethernet: mediatek: fix warning in phy_start_anegHeiner Kallweit1-16/+0
2019-01-10tcp: change txhash on SYN-data timeoutYuchung Cheng1-1/+1
2019-01-10net: dsa: mv88x6xxx: mv88e6390 errataAndrew Lunn3-0/+128
2019-01-10bonding: update nest level on unlinkWillem de Bruijn1-0/+3
2019-01-10bpf: fix panic in stack_map_get_build_id() on i386 and arm32Song Liu1-1/+2
2019-01-10selftests: bpf: install files tcp_(server|client)*.pyAnders Roxell1-1/+3
2019-01-10samples: bpf: user proper argument indexIoana Ciornei1-1/+1
2019-01-10selftests/bpf: add missing executables to .gitignoreStanislav Fomichev2-0/+2
2019-01-10ipv6: fix kernel-infoleak in ipv6_local_error()Eric Dumazet1-0/+1
2019-01-10net/core/neighbour: tell kmemleak about hash tablesKonstantin Khlebnikov1-4/+9
2019-01-10net: cxgb4: fix various indentation issuesColin Ian King3-6/+6
2019-01-10net: cxgb3: fix various indentation issuesColin Ian King2-8/+10
2019-01-10ip: on queued skb use skb_header_pointer instead of pskb_may_pullWillem de Bruijn2-13/+9
2019-01-10tun: publish tfile after it's fully initializedStanislav Fomichev1-4/+7
2019-01-09bpf: correctly set initial window on active Fast Open senderYuchung Cheng1-1/+1
2019-01-08packet: Do not leak dev refcounts on error exitJason Gunthorpe1-2/+2
2019-01-08Merge branch 'mlxsw-fixes'David S. Miller11-35/+74
2019-01-08selftests: forwarding: Add a test for VLAN deletionIdo Schimmel1-1/+14
2019-01-08mlxsw: spectrum_switchdev: Set PVID correctly during VLAN deletionIdo Schimmel1-1/+1
2019-01-08selftests: forwarding: Fix test for different devicesIdo Schimmel1-1/+1
2019-01-08net: bridge: Fix VLANs memory leakIdo Schimmel2-13/+14
2019-01-08selftests: mlxsw: Add a test case for VLAN addition error flowIdo Schimmel1-0/+18
2019-01-08mlxsw: spectrum_nve: Replace error code with EINVALIdo Schimmel1-2/+2
2019-01-08mlxsw: spectrum_switchdev: Avoid returning errors in commit phaseIdo Schimmel1-12/+9
2019-01-08mlxsw: spectrum: Add VXLAN dependency for spectrumIdo Schimmel1-0/+1
2019-01-08mlxsw: spectrum: Disable lag port TX before removing itJiri Pirko1-2/+5
2019-01-08mlxsw: spectrum_acl: Remove ASSERT_RTNL()s in module removal flowNir Dotan1-2/+0
2019-01-08mlxsw: spectrum_acl: Add cleanup after C-TCAM update error conditionNir Dotan1-1/+9
2019-01-08r8169: load Realtek PHY driver module before r8169Heiner Kallweit1-0/+1
2019-01-08lan743x: Remove phy_read from link status change functionBryan Whitehead1-7/+4
2019-01-08ptp: uapi: change _IOW to IOWR in PTP_SYS_OFFSET_EXTENDED definitionEugene Syromiatnikov1-1/+1
2019-01-08ptp: check that rsv field is zero in struct ptp_sys_offset_extendedEugene Syromiatnikov1-1/+2
2019-01-07Merge ra.kernel.org:/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller18-46/+262