Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | | | | | | | | | | | | net: aquantia: Change inefficient wait loop on fw data reads | Igor Russkikh | 2018-03-22 | 2 | -15/+28 | |
| | * | | | | | | | | | | | | | net: aquantia: Fix a regression with reset on old firmware | Igor Russkikh | 2018-03-22 | 1 | -0/+4 | |
| | * | | | | | | | | | | | | | net: aquantia: Fix hardware reset when SPI may rarely hangup | Igor Russkikh | 2018-03-22 | 1 | -5/+15 | |
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge branch 's390-qeth-fixes' | David S. Miller | 2018-03-22 | 3 | -8/+17 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | s390/qeth: on channel error, reject further cmd requests | Julian Wiedmann | 2018-03-22 | 1 | -0/+1 | |
| | * | | | | | | | | | | | | | s390/qeth: lock read device while queueing next buffer | Julian Wiedmann | 2018-03-22 | 1 | -3/+13 | |
| | * | | | | | | | | | | | | | s390/qeth: when thread completes, wake up all waiters | Julian Wiedmann | 2018-03-22 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | s390/qeth: free netdevice when removing a card | Julian Wiedmann | 2018-03-22 | 3 | -4/+2 | |
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge branch 'net-phy-Add-general-dummy-stubs-for-MMD-register-access' | David S. Miller | 2018-03-22 | 4 | -21/+25 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | net: phy: micrel: Use the general dummy stubs for MMD register access | Kevin Hao | 2018-03-22 | 1 | -21/+2 | |
| | * | | | | | | | | | | | | | net: phy: realtek: Use the dummy stubs for MMD register access for rtl8211b | Kevin Hao | 2018-03-22 | 1 | -0/+2 | |
| | * | | | | | | | | | | | | | net: phy: Add general dummy stubs for MMD register access | Kevin Hao | 2018-03-22 | 2 | -0/+21 | |
| |/ / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | Merge tag 'batadv-net-for-davem-20180319' of git://git.open-mesh.org/linux-merge | David S. Miller | 2018-03-22 | 5 | -13/+20 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | batman-adv: Fix skbuff rcsum on packet reroute | Sven Eckelmann | 2018-03-18 | 1 | -5/+10 | |
| | * | | | | | | | | | | | | | batman-adv: Add missing include for EPOLL* constants | Sven Eckelmann | 2018-03-18 | 2 | -0/+2 | |
| | * | | | | | | | | | | | | | batman-adv: fix header size check in batadv_dbg_arp() | Matthias Schiffer | 2018-03-16 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | batman-adv: update data pointers after skb_cow() | Matthias Schiffer | 2018-03-16 | 1 | -5/+5 | |
| | * | | | | | | | | | | | | | batman-adv: Fix multicast packet loss with a single WANT_ALL_IPV4/6 flag | Linus Lüssing | 2018-03-04 | 1 | -2/+2 | |
| * | | | | | | | | | | | | | | Merge branch 'net-sched-action-idr-leak' | David S. Miller | 2018-03-21 | 7 | -9/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | net/sched: fix idr leak in the error path of tcf_skbmod_init() | Davide Caratti | 2018-03-21 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | net/sched: fix idr leak in the error path of tcf_vlan_init() | Davide Caratti | 2018-03-21 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | net/sched: fix idr leak in the error path of __tcf_ipt_init() | Davide Caratti | 2018-03-21 | 1 | -3/+6 | |
| | * | | | | | | | | | | | | | | net/sched: fix idr leak in the error path of tcp_pedit_init() | Davide Caratti | 2018-03-21 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | net/sched: fix idr leak in the error path of tcf_act_police_init() | Davide Caratti | 2018-03-21 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | net/sched: fix idr leak in the error path of tcf_simp_init() | Davide Caratti | 2018-03-21 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | net/sched: fix idr leak on the error path of tcf_bpf_init() | Davide Caratti | 2018-03-21 | 1 | -1/+1 | |
| |/ / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | qede: fix spelling mistake: "registeration" -> "registration" | Colin Ian King | 2018-03-21 | 2 | -3/+3 | |
| * | | | | | | | | | | | | | | bnx2x: fix spelling mistake: "registeration" -> "registration" | Colin Ian King | 2018-03-21 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf | David S. Miller | 2018-03-21 | 5 | -30/+61 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / | |/| | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | kbuild: disable clang's default use of -fmerge-all-constants | Daniel Borkmann | 2018-03-21 | 1 | -0/+9 | |
| | * | | | | | | | | | | | | | bpf: skip unnecessary capability check | Chenbo Feng | 2018-03-20 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type programs | Yonghong Song | 2018-03-20 | 1 | -28/+40 | |
| | * | | | | | | | | | | | | | test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches | Thadeu Lima de Souza Cascardo | 2018-03-20 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | error-injection: Fix to prohibit jump optimization | Masami Hiramatsu | 2018-03-12 | 1 | -0/+10 | |
| * | | | | | | | | | | | | | | ipv6: old_dport should be a __be16 in __ip6_datagram_connect() | Stefano Brivio | 2018-03-20 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | Merge tag 'linux-can-fixes-for-4.16-20180319' of ssh://gitolite.kernel.org/pu... | David S. Miller | 2018-03-20 | 1 | -3/+2 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | can: cc770: Fix use after free in cc770_tx_interrupt() | Andri Yngvason | 2018-03-19 | 1 | -3/+2 | |
| * | | | | | | | | | | | | | | | net: gemini: fix memory leak | Igor Pylypiv | 2018-03-20 | 1 | -0/+1 | |
| * | | | | | | | | | | | | | | | net: ethernet: arc: Fix a potential memory leak if an optional regulator is d... | Christophe JAILLET | 2018-03-20 | 1 | -2/+4 | |
| * | | | | | | | | | | | | | | | devlink: Remove redundant free on error path | Arkadi Sharshevsky | 2018-03-20 | 1 | -12/+4 | |
| * | | | | | | | | | | | | | | | vmxnet3: remove unused flag "rxcsum" from struct vmxnet3_adapter | Igor Pylypiv | 2018-03-20 | 1 | -2/+0 | |
| * | | | | | | | | | | | | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2018-03-20 | 2 | -5/+10 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | ||||||
| | * | | | | | | | | | | | | | | | Bluetooth: hci_bcm: Set pulsed_host_wake flag in sleep parameters | Hans de Goede | 2018-03-15 | 1 | -1/+1 | |
| | * | | | | | | | | | | | | | | | Revert "Bluetooth: hci_bcm: Streamline runtime PM code" | Hans de Goede | 2018-03-15 | 1 | -3/+8 | |
| | * | | | | | | | | | | | | | | | Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174 | Takashi Iwai | 2018-03-15 | 1 | -1/+1 | |
| * | | | | | | | | | | | | | | | | Merge branch 'phy-relax-error-checking' | David S. Miller | 2018-03-20 | 2 | -4/+12 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|/ / / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | ||||||
| | * | | | | | | | | | | | | | | | net: phy: relax error checking when creating sysfs link netdev->phydev | Grygorii Strashko | 2018-03-20 | 1 | -4/+11 | |
| | * | | | | | | | | | | | | | | | sysfs: symlink: export sysfs_create_link_nowarn() | Grygorii Strashko | 2018-03-20 | 1 | -0/+1 | |
| |/ / / / / / / / / / / / / / / | ||||||
| * | | | | | | | | | | | | | | | net: fec: Fix unbalanced PM runtime calls | Florian Fainelli | 2018-03-18 | 1 | -0/+2 | |
| * | | | | | | | | | | | | | | | vmxnet3: use correct flag to indicate LRO feature | Ronak Doshi | 2018-03-18 | 2 | -4/+4 |