| Commit message (Expand) | Author | Files | Lines |
2017-08-10 | atm: make atmdev_ops const | Bhumika Goyal | 6 | -6/+6 |
2017-08-10 | net: dsa: make dsa_switch_ops const | Bhumika Goyal | 3 | -3/+3 |
2017-08-10 | liquidio: napi cleanup | Intiyaz Basha | 2 | -0/+29 |
2017-08-10 | net: ipv6: lower ndisc notifier priority below addrconf | David Ahern | 1 | -0/+1 |
2017-08-10 | ibmvnic: Correct 'unused variable' warning in build. | Nathan Fontenot | 1 | -1/+0 |
2017-08-10 | ibmvnic: Add netdev_dbg output for debugging | Nathan Fontenot | 1 | -7/+55 |
2017-08-10 | ibmvnic: Clean up resources on probe failure | Nathan Fontenot | 1 | -11/+15 |
2017-08-10 | net: call newid/getid without rtnl mutex held | Florian Westphal | 1 | -2/+3 |
2017-08-10 | rtnetlink: add RTNL_FLAG_DOIT_UNLOCKED | Florian Westphal | 2 | -0/+19 |
2017-08-10 | rtnetlink: protect handler table with rcu | Florian Westphal | 1 | -56/+65 |
2017-08-10 | rtnetlink: small rtnl lock pushdown | Florian Westphal | 1 | -6/+13 |
2017-08-10 | rtnetlink: add reference counting to prevent module unload while dump is in p... | Florian Westphal | 1 | -1/+13 |
2017-08-10 | rtnetlink: make rtnl_register accept a flags parameter | Florian Westphal | 26 | -96/+95 |
2017-08-10 | rtnetlink: call rtnl_calcit directly | Florian Westphal | 1 | -25/+4 |
2017-08-10 | bpf: add test cases for new BPF_J{LT, LE, SLT, SLE} instructions | Daniel Borkmann | 1 | -0/+313 |
2017-08-10 | bpf: enable BPF_J{LT, LE, SLT, SLE} opcodes in verifier | Daniel Borkmann | 1 | -4/+58 |
2017-08-10 | bpf, nfp: implement jiting of BPF_J{LT,LE} | Daniel Borkmann | 1 | -0/+24 |
2017-08-10 | bpf, ppc64: implement jiting of BPF_J{LT, LE, SLT, SLE} | Daniel Borkmann | 2 | -0/+21 |
2017-08-10 | bpf, s390x: implement jiting of BPF_J{LT, LE, SLT, SLE} | Daniel Borkmann | 1 | -0/+24 |
2017-08-10 | bpf, sparc64: implement jiting of BPF_J{LT, LE, SLT, SLE} | Daniel Borkmann | 1 | -0/+34 |
2017-08-10 | bpf, arm64: implement jiting of BPF_J{LT, LE, SLT, SLE} | Daniel Borkmann | 2 | -0/+24 |
2017-08-10 | bpf, x86: implement jiting of BPF_J{LT,LE,SLT,SLE} | Daniel Borkmann | 1 | -0/+26 |
2017-08-10 | bpf: add BPF_J{LT,LE,SLT,SLE} instructions | Daniel Borkmann | 6 | -4/+455 |
2017-08-10 | sock: fix zerocopy_success regression with msg_zerocopy | Willem de Bruijn | 1 | -2/+7 |
2017-08-10 | sock: fix zerocopy panic in mem accounting | Willem de Bruijn | 1 | -2/+2 |
2017-08-09 | futex: Remove unnecessary warning from get_futex_key | Mel Gorman | 1 | -2/+3 |
2017-08-09 | net: ipv6: avoid overhead when no custom FIB rules are installed | Vincent Bernat | 3 | -13/+29 |
2017-08-09 | net: avoid skb_warn_bad_offload false positives on UFO | Willem de Bruijn | 3 | -3/+3 |
2017-08-09 | isdn: hfcsusb: constify usb_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-09 | isdn: hisax: hfc_usb: constify usb_device_id | Arvind Yadav | 1 | -1/+1 |
2017-08-09 | qmi_wwan: fix NULL deref on disconnect | Bjørn Mork | 1 | -1/+5 |
2017-08-09 | qmi_wwan: fix NULL deref on disconnect | Bjørn Mork | 1 | -1/+5 |
2017-08-09 | net: phy: mdio-bcm-unimac: fix unsigned wrap-around when decrementing timeout | Colin Ian King | 1 | -1/+1 |
2017-08-09 | ppp: fix xmit recursion detection on ppp channels | Guillaume Nault | 1 | -8/+10 |
2017-08-09 | rds: Reintroduce statistics counting | Håkon Bugge | 1 | -1/+4 |
2017-08-09 | tcp: fastopen: tcp_connect() must refresh the route | Eric Dumazet | 1 | -0/+4 |
2017-08-09 | net: sched: set xt_tgchk_param par.net properly in ipt_init_target | Xin Long | 1 | -10/+10 |
2017-08-09 | cxgb4: Clear On FLASH config file after a FW upgrade | Arjun Vynipadath | 2 | -0/+71 |
2017-08-09 | net_sched: get rid of some forward declarations | WANG Cong | 1 | -111/+103 |
2017-08-09 | net: dsa: lan9303: Only allocate 3 ports | Egil Hjelmeland | 2 | -3/+2 |
2017-08-09 | selftests: bpf: add a test for XDP redirect | William Tu | 4 | -3/+86 |
2017-08-09 | liquidio: fix misspelled firmware image filenames | Derek Chickles | 1 | -4/+8 |
2017-08-09 | bpf: Extend check_uarg_tail_zero() checks | Mickaël Salaün | 1 | -11/+15 |
2017-08-09 | bpf: Move check_uarg_tail_zero() upward | Mickaël Salaün | 1 | -26/+26 |
2017-08-09 | netvsc: make sure and unregister datapath | stephen hemminger | 3 | -48/+28 |
2017-08-09 | igb: support BCM54616 PHY | John W Linville | 3 | -0/+8 |
2017-08-09 | liquidio: fix wrong info about vf rx/tx ring parameters reported to ethtool | Intiyaz Basha | 1 | -21/+9 |
2017-08-09 | igbvf: convert msleep to mdelay in atomic context | Greg Edwards | 1 | -1/+1 |
2017-08-09 | igbvf: after mailbox write, wait for reply | Greg Edwards | 1 | -2/+8 |
2017-08-09 | net: dsa: mediatek: add adjust link support for user ports | John Crispin | 2 | -0/+39 |