| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2018-01-31 | 157 | -2817/+6803 |
|\ |
|
| * | tls: Add support for encryption using async offload accelerator | Vakul Garg | 2018-01-31 | 1 | -0/+2 |
| * | net_sched: plug in qdisc ops change_tx_queue_len | Cong Wang | 2018-01-29 | 1 | -0/+2 |
| * | net: introduce helper dev_change_tx_queue_len() | Cong Wang | 2018-01-29 | 1 | -0/+1 |
| * | dev: advertise the new ifindex when the netns iface changes | Nicolas Dichtel | 2018-01-29 | 2 | -2/+4 |
| * | ptr_ring: prevent queue load/store tearing | Michael S. Tsirkin | 2018-01-29 | 1 | -2/+2 |
| * | skb_array: use __ptr_ring_empty | Michael S. Tsirkin | 2018-01-29 | 1 | -1/+1 |
| * | Revert "net: ptr_ring: otherwise safe empty checks can overrun array bounds" | Michael S. Tsirkin | 2018-01-29 | 1 | -6/+1 |
| * | ptr_ring: disallow lockless __ptr_ring_full | Michael S. Tsirkin | 2018-01-29 | 1 | -3/+4 |
| * | ptr_ring: READ/WRITE_ONCE for __ptr_ring_empty | Michael S. Tsirkin | 2018-01-29 | 1 | -3/+8 |
| * | ptr_ring: clean up documentation | Michael S. Tsirkin | 2018-01-29 | 1 | -16/+18 |
| * | ptr_ring: keep consumer_head valid at all times | Michael S. Tsirkin | 2018-01-29 | 1 | -9/+16 |
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-29 | 2 | -0/+18 |
| |\ |
|
| * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next | David S. Miller | 2018-01-29 | 4 | -9/+140 |
| |\ \ |
|
| | * | | bpf: make unknown opcode handling more robust | Daniel Borkmann | 2018-01-27 | 1 | -0/+2 |
| | * | | bpf: Add BPF_SOCK_OPS_STATE_CB | Lawrence Brakmo | 2018-01-26 | 1 | -1/+28 |
| | * | | bpf: Add BPF_SOCK_OPS_RETRANS_CB | Lawrence Brakmo | 2018-01-26 | 1 | -1/+8 |
| | * | | bpf: Add support for reading sk_state and more | Lawrence Brakmo | 2018-01-26 | 1 | -0/+22 |
| | * | | bpf: Add sock_ops RTO callback | Lawrence Brakmo | 2018-01-26 | 1 | -1/+7 |
| | * | | bpf: Adds field bpf_sock_ops_cb_flags to tcp_sock | Lawrence Brakmo | 2018-01-26 | 2 | -1/+27 |
| | * | | bpf: Support passing args to sock_ops bpf function | Lawrence Brakmo | 2018-01-26 | 3 | -7/+39 |
| | * | | bpf: Add write access to tcp_sock and sock fields | Lawrence Brakmo | 2018-01-26 | 2 | -1/+10 |
| * | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2018-01-26 | 2 | -0/+13 |
| |\ \ \ |
|
| | * | | | xfrm: Add ESN support for IPSec HW offload | Yossef Efraim | 2018-01-18 | 2 | -0/+13 |
| * | | | | openvswitch: add erspan version I and II support | William Tu | 2018-01-26 | 1 | -0/+1 |
| * | | | | net: erspan: create erspan metadata uapi header | William Tu | 2018-01-26 | 2 | -30/+54 |
| * | | | | net: erspan: use bitfield instead of mask and offset | William Tu | 2018-01-26 | 1 | -33/+94 |
| * | | | | pkt_cls: add new tc cls helper to check offload flag and chain index | Jakub Kicinski | 2018-01-26 | 1 | -0/+14 |
| * | | | | Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/... | David S. Miller | 2018-01-25 | 1 | -0/+10 |
| |\ \ \ \ |
|
| | * | | | | serdev: add method to set parity | Ulrich Hecht | 2018-01-23 | 1 | -0/+10 |
| | |/ / / |
|
| * | | | | Merge branch 'rebased-net-ioctl' of git://git.kernel.org/pub/scm/linux/kernel... | David S. Miller | 2018-01-25 | 5 | -7/+9 |
| |\ \ \ \ |
|
| | * | | | | kill kernel_sock_ioctl() | Al Viro | 2018-01-25 | 1 | -1/+0 |
| | * | | | | dev_ioctl(): move copyin/copyout to callers | Al Viro | 2018-01-25 | 1 | -1/+2 |
| | * | | | | lift handling of SIOCIW... out of dev_ioctl() | Al Viro | 2018-01-25 | 1 | -2/+2 |
| | * | | | | ip_rt_ioctl(): take copyin to caller | Al Viro | 2018-01-25 | 1 | -1/+1 |
| | * | | | | devinet_ioctl(): take copyin/copyout to caller | Al Viro | 2018-01-25 | 1 | -1/+1 |
| | * | | | | net: separate SIOCGIFCONF handling from dev_ioctl() | Al Viro | 2018-01-25 | 1 | -1/+3 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-25 | 4 | -8/+5 |
| |\ \ \ \ \
| | |/ / / /
| |/| | | | |
|
| * | | | | | net: erspan: fix use-after-free | William Tu | 2018-01-24 | 1 | -2/+2 |
| * | | | | | net: sched: remove tc_cls_common_offload_init_deprecated() | Jakub Kicinski | 2018-01-24 | 1 | -11/+0 |
| * | | | | | cls_bpf: remove gen_flags from bpf_offload | Jakub Kicinski | 2018-01-24 | 1 | -1/+0 |
| * | | | | | net: sched: prepare for reimplementation of tc_cls_common_offload_init() | Jakub Kicinski | 2018-01-24 | 1 | -3/+15 |
| * | | | | | net: sched: propagate extack to cls->destroy callbacks | Jakub Kicinski | 2018-01-24 | 1 | -1/+2 |
| * | | | | | net/sched: act_csum: don't use spinlock in the fast path | Davide Caratti | 2018-01-24 | 1 | -2/+14 |
| * | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-01-23 | 2 | -0/+25 |
| |\ \ \ \ \ |
|
| * | | | | | | net: core: Fix kernel-doc for carrier_* attributes | Florian Fainelli | 2018-01-23 | 1 | -2/+2 |
| | |_|_|/ /
| |/| | | | |
|
| * | | | | | net: sched: create tc_can_offload_extack() wrapper | Quentin Monnet | 2018-01-22 | 1 | -0/+11 |
| * | | | | | net: sched: add extack support for offload via tc_cls_common_offload | Quentin Monnet | 2018-01-22 | 1 | -1/+4 |
| * | | | | | net: core: Expose number of link up/down transitions | David Decotigny | 2018-01-22 | 2 | -2/+6 |
| * | | | | | macsec: restore uAPI after addition of GCM-AES-256 | Sabrina Dubroca | 2018-01-22 | 1 | -3/+3 |