summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2019-03-052150-57877/+112531
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2019-03-0463-254/+375
| |\
| | * qmi_wwan: Add support for Quectel EG12/EM12Kristian Evensen2019-03-031-8/+18
| | * net: dsa: mv8e6xxx: fix number of internal PHYs for 88E6x90 familyHeiner Kallweit2019-03-031-6/+6
| | * net-sysfs: Fix mem leak in netdev_register_kobjectYueHaibing2019-03-031-0/+3
| | * net: dsa: mv88e6xxx: handle unknown duplex modes gracefully in mv88e6xxx_port...Heiner Kallweit2019-03-031-1/+1
| | * Merge branch 'appletalk-small-cleanup-and-bugfix'David S. Miller2019-03-034-48/+54
| | |\
| | | * appletalk: Fix use-after-free in atalk_proc_exitYueHaibing2019-03-034-9/+37
| | | * appletalk: use remove_proc_subtree to simplify procfs codeYueHaibing2019-03-031-39/+17
| | |/
| | * net: mscc: Enable all ports in QSGMIIKavya Sree Kotagiri2019-03-031-3/+11
| | * net: sched: put back q.qlen into a single locationEric Dumazet2019-03-023-27/+19
| * | net/sched: avoid unused-label warningArnd Bergmann2019-03-041-1/+1
| * | net: ignore sysctl_devconf_inherit_init_net without SYSCTLArnd Bergmann2019-03-042-2/+5
| * | phy: mdio-mux: fix Kconfig dependenciesArnd Bergmann2019-03-041-1/+1
| * | net: phy: use phy_modify_mmd_changed in genphy_c45_an_config_anegHeiner Kallweit2019-03-041-9/+8
| * | net: dsa: mv88e6xxx: add call to mv88e6xxx_ports_cmode_init to probe for new ...Heiner Kallweit2019-03-041-0/+1
| * | selftest/net: Remove duplicate headerSouptick Joarder2019-03-041-1/+0
| * | sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79Kai-Heng Feng2019-03-041-1/+23
| * | Merge branch 'Devlink-health-updates'David S. Miller2019-03-044-6/+70
| |\ \
| | * | net/mlx5e: Update tx reporter status in case channels were successfully openedEran Ben Elisha2019-03-041-0/+4
| | * | devlink: Add support for direct reporter health state updateEran Ben Elisha2019-03-043-5/+62
| | * | devlink: Update reporter state to error even if recover abortedEran Ben Elisha2019-03-041-1/+4
| |/ /
| * | sctp: call iov_iter_revert() after sending ABORTXin Long2019-03-041-0/+1
| * | team: Free BPF filter when unregistering netdevIdo Schimmel2019-03-041-0/+15
| * | ip6mr: Do not call __IP6_INC_STATS() from preemptible contextIdo Schimmel2019-03-041-4/+4
| * | isdn: mISDN: Fix potential NULL pointer dereference of kzallocAditya Pakki2019-03-041-0/+3
| * | net: dsa: mv88e6xxx: support in-band signalling on SGMII ports with external ...Heiner Kallweit2019-03-044-14/+52
| * | cxgb4/chtls: Prefix adapter flags with CXGB4Arjun Vynipadath2019-03-0412-105/+106
| * | net-sysfs: Switch to bitmap_zalloc()Andy Shevchenko2019-03-041-7/+5
| * | mellanox: Switch to bitmap_zalloc()Andy Shevchenko2019-03-045-22/+16
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller2019-03-04101-3029/+5395
| |\ \
| | * | bpf: add test cases for non-pointer sanitiation logicDaniel Borkmann2019-03-041-1/+43
| | * | Merge branch 'split-test_progs'Alexei Starovoitov2019-03-0228-2029/+2108
| | |\ \
| | | * | selftests: bpf: break up test_progs - miscStanislav Fomichev2019-03-0211-735/+754
| | | * | selftests: bpf: break up test_progs - spinlockStanislav Fomichev2019-03-024-103/+106
| | | * | selftests: bpf: break up test_progs - tracepointStanislav Fomichev2019-03-025-427/+431
| | | * | selftests: bpf: break up test_progs - stackmapStanislav Fomichev2019-03-026-476/+483
| | | * | selftests: bpf: break up test_progs - xdpStanislav Fomichev2019-03-025-162/+163
| | | * | selftests: bpf: break up test_progs - pkt accessStanislav Fomichev2019-03-023-51/+53
| | | * | selftests: bpf: break up test_progs - preparationsStanislav Fomichev2019-03-024-76/+119
| | |/ /
| | * | Merge branch 'bpf_skb_ecn_set_ce'Alexei Starovoitov2019-03-0210-2/+1255
| | |\ \
| | | * | bpf: HBM test scriptbrakmo2019-03-021-0/+436
| | | * | bpf: User program for testing HBMbrakmo2019-03-022-0/+444
| | | * | bpf: Sample HBM BPF program to limit egress bwbrakmo2019-03-024-0/+327
| | | * | bpf: sync bpf.h to tools and update bpf_helpers.hbrakmo2019-03-022-1/+11
| | | * | bpf: add bpf helper bpf_skb_ecn_set_cebrakmo2019-03-022-1/+37
| | |/ /
| | * | samples/bpf: silence compiler warning for xdpsock_user.cYonghong Song2019-03-021-3/+3
| | * | selftests/bpf: set unlimited RLIMIT_MEMLOCK for test_sock_fieldsYonghong Song2019-03-021-0/+1
| | * | Merge branch 'bpf-doc-improvements'Daniel Borkmann2019-03-023-182/+160
| | |\ \
| | | * | docs/bpf: minor casing/punctuation fixesAndrii Nakryiko2019-03-022-13/+13