| Commit message (Expand) | Author | Age | Files | Lines |
* | net/smc: add SMC-D support in data transfer | Hans Wippel | 2018-06-30 | 8 | -56/+308 |
* | net/smc: add SMC-D support in CLC messages | Hans Wippel | 2018-06-30 | 3 | -78/+205 |
* | net/smc: add pnetid support for SMC-D and ISM | Hans Wippel | 2018-06-30 | 3 | -0/+45 |
* | net/smc: add base infrastructure for SMC-D and ISM | Hans Wippel | 2018-06-30 | 7 | -92/+617 |
* | net/smc: optimize consumer cursor updates | Ursula Braun | 2018-06-30 | 1 | -2/+10 |
* | net/smc: add pnetid support | Ursula Braun | 2018-06-30 | 4 | -20/+112 |
* | net/smc: determine port attributes independent from pnet table | Ursula Braun | 2018-06-30 | 4 | -68/+72 |
* | tcp: add new SNMP counter for drops when try to queue in rcv queue | Yafang Shao | 2018-06-30 | 2 | -2/+7 |
* | net/sched: add tunnel option support to act_tunnel_key | Simon Horman | 2018-06-29 | 1 | -4/+210 |
* | net: check tunnel option type in tunnel flags | Pieter Jansen van Vuuren | 2018-06-29 | 4 | -2/+11 |
* | net/sched: act_tunnel_key: add extended ack support | Simon Horman | 2018-06-29 | 1 | -6/+21 |
* | net/sched: act_tunnel_key: disambiguate metadata dst error cases | Simon Horman | 2018-06-29 | 1 | -1/+4 |
* | sctp: add support for SCTP_REUSE_PORT sockopt | Xin Long | 2018-06-29 | 1 | -7/+55 |
* | ila: Flush netlink command to clear xlat table | Tom Herbert | 2018-06-29 | 3 | -2/+67 |
* | ila: Create main ila source file | Tom Herbert | 2018-06-29 | 5 | -147/+168 |
* | ila: Call library function alloc_bucket_locks | Tom Herbert | 2018-06-29 | 1 | -18/+5 |
* | ila: Fix use of rhashtable walk in ila_xlat.c | Tom Herbert | 2018-06-29 | 1 | -16/+54 |
* | skbuff: preserve sock reference when scrubbing the skb. | Flavio Leitner | 2018-06-28 | 1 | -1/+0 |
* | netfilter: check if the socket netns is correct. | Flavio Leitner | 2018-06-28 | 11 | -20/+42 |
* | net sched actions: avoid bitwise operation on signed value in pedit | Roman Mashak | 2018-06-28 | 1 | -1/+1 |
* | net sched actions: fix misleading text strings in pedit action | Roman Mashak | 2018-06-28 | 1 | -5/+5 |
* | net sched actions: use sizeof operator for buffer length | Roman Mashak | 2018-06-28 | 1 | -2/+2 |
* | net sched actions: fix sparse warning | Roman Mashak | 2018-06-28 | 1 | -3/+3 |
* | net sched actions: fix coding style in pedit action | Roman Mashak | 2018-06-28 | 1 | -13/+16 |
* | netem: slotting with non-uniform distribution | Yousuk Seung | 2018-06-28 | 1 | -24/+49 |
* | l2tp: define helper for parsing struct sockaddr_pppol2tp* | Guillaume Nault | 2018-06-28 | 1 | -70/+103 |
* | tcp: remove one indentation level in tcp_create_openreq_child | Eric Dumazet | 2018-06-28 | 1 | -110/+113 |
* | neighbour: force neigh_invalidate when NUD_FAILED update is from admin | Roopa Prabhu | 2018-06-27 | 1 | -1/+2 |
* | net/tls: Remove VLA usage on nonce | Kees Cook | 2018-06-27 | 1 | -2/+8 |
* | net: sched: call reoffload op on block callback reg | John Hurley | 2018-06-26 | 1 | -8/+46 |
* | net: sched: cls_bpf: implement offload tcf_proto_op | John Hurley | 2018-06-26 | 1 | -0/+39 |
* | net: sched: cls_u32: implement offload tcf_proto_op | John Hurley | 2018-06-26 | 1 | -0/+111 |
* | net: sched: cls_matchall: implement offload tcf_proto_op | John Hurley | 2018-06-26 | 1 | -0/+32 |
* | net: sched: cls_flower: implement offload tcf_proto_op | John Hurley | 2018-06-26 | 1 | -0/+44 |
* | net: sched: pass extack pointer to block binds and cb registration | John Hurley | 2018-06-26 | 2 | -10/+17 |
* | l2tp: make l2tp_xmit_core() return void | Guillaume Nault | 2018-06-26 | 1 | -4/+2 |
* | l2tp: avoid duplicate l2tp_pernet() calls | Guillaume Nault | 2018-06-26 | 1 | -2/+1 |
* | l2tp: don't export l2tp_tunnel_closeall() | Guillaume Nault | 2018-06-26 | 2 | -3/+1 |
* | l2tp: don't export l2tp_session_queue_purge() | Guillaume Nault | 2018-06-26 | 2 | -3/+1 |
* | l2tp: remove l2tp_tunnel_priv() | Guillaume Nault | 2018-06-26 | 1 | -7/+0 |
* | l2tp: remove .show from struct l2tp_tunnel | Guillaume Nault | 2018-06-26 | 2 | -6/+0 |
* | l2tp: remove pppol2tp_session_close() | Guillaume Nault | 2018-06-26 | 1 | -7/+0 |
* | tcp: add SNMP counter for zero-window drops | Yafang Shao | 2018-06-26 | 2 | -2/+7 |
* | net: Convert NAPI gro list into a small hash table. | David Miller | 2018-06-26 | 1 | -26/+79 |
* | net: Convert GRO SKB handling to list_head. | David Miller | 2018-06-26 | 14 | -103/+93 |
* | Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2018-06-26 | 4 | -15/+24 |
|\ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2018-06-25 | 9 | -32/+47 |
| |\ |
|
| | * | net_sched: remove a bogus warning in hfsc | Cong Wang | 2018-06-23 | 1 | -2/+2 |
| | * | net: dccp: switch rx_tstamp_last_feedback to monotonic clock | Eric Dumazet | 2018-06-23 | 1 | -4/+7 |
| | * | net: dccp: avoid crash in ccid3_hc_rx_send_feedback() | Eric Dumazet | 2018-06-23 | 1 | -3/+2 |