summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tcp: add new SNMP counter for drops when try to queue in rcv queueYafang Shao2018-06-302-2/+7
* net/sched: add tunnel option support to act_tunnel_keySimon Horman2018-06-291-4/+210
* net: check tunnel option type in tunnel flagsPieter Jansen van Vuuren2018-06-294-2/+11
* net/sched: act_tunnel_key: add extended ack supportSimon Horman2018-06-291-6/+21
* net/sched: act_tunnel_key: disambiguate metadata dst error casesSimon Horman2018-06-291-1/+4
* sctp: add support for SCTP_REUSE_PORT sockoptXin Long2018-06-291-7/+55
* ila: Flush netlink command to clear xlat tableTom Herbert2018-06-293-2/+67
* ila: Create main ila source fileTom Herbert2018-06-295-147/+168
* ila: Call library function alloc_bucket_locksTom Herbert2018-06-291-18/+5
* ila: Fix use of rhashtable walk in ila_xlat.cTom Herbert2018-06-291-16/+54
* skbuff: preserve sock reference when scrubbing the skb.Flavio Leitner2018-06-281-1/+0
* netfilter: check if the socket netns is correct.Flavio Leitner2018-06-2811-20/+42
* net sched actions: avoid bitwise operation on signed value in peditRoman Mashak2018-06-281-1/+1
* net sched actions: fix misleading text strings in pedit actionRoman Mashak2018-06-281-5/+5
* net sched actions: use sizeof operator for buffer lengthRoman Mashak2018-06-281-2/+2
* net sched actions: fix sparse warningRoman Mashak2018-06-281-3/+3
* net sched actions: fix coding style in pedit actionRoman Mashak2018-06-281-13/+16
* netem: slotting with non-uniform distributionYousuk Seung2018-06-281-24/+49
* l2tp: define helper for parsing struct sockaddr_pppol2tp*Guillaume Nault2018-06-281-70/+103
* tcp: remove one indentation level in tcp_create_openreq_childEric Dumazet2018-06-281-110/+113
* neighbour: force neigh_invalidate when NUD_FAILED update is from adminRoopa Prabhu2018-06-271-1/+2
* net/tls: Remove VLA usage on nonceKees Cook2018-06-271-2/+8
* net: sched: call reoffload op on block callback regJohn Hurley2018-06-261-8/+46
* net: sched: cls_bpf: implement offload tcf_proto_opJohn Hurley2018-06-261-0/+39
* net: sched: cls_u32: implement offload tcf_proto_opJohn Hurley2018-06-261-0/+111
* net: sched: cls_matchall: implement offload tcf_proto_opJohn Hurley2018-06-261-0/+32
* net: sched: cls_flower: implement offload tcf_proto_opJohn Hurley2018-06-261-0/+44
* net: sched: pass extack pointer to block binds and cb registrationJohn Hurley2018-06-262-10/+17
* l2tp: make l2tp_xmit_core() return voidGuillaume Nault2018-06-261-4/+2
* l2tp: avoid duplicate l2tp_pernet() callsGuillaume Nault2018-06-261-2/+1
* l2tp: don't export l2tp_tunnel_closeall()Guillaume Nault2018-06-262-3/+1
* l2tp: don't export l2tp_session_queue_purge()Guillaume Nault2018-06-262-3/+1
* l2tp: remove l2tp_tunnel_priv()Guillaume Nault2018-06-261-7/+0
* l2tp: remove .show from struct l2tp_tunnelGuillaume Nault2018-06-262-6/+0
* l2tp: remove pppol2tp_session_close()Guillaume Nault2018-06-261-7/+0
* tcp: add SNMP counter for zero-window dropsYafang Shao2018-06-262-2/+7
* net: Convert NAPI gro list into a small hash table.David Miller2018-06-261-26/+79
* net: Convert GRO SKB handling to list_head.David Miller2018-06-2614-103/+93
* Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller2018-06-264-15/+24
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-06-259-32/+47
| |\
| | * net_sched: remove a bogus warning in hfscCong Wang2018-06-231-2/+2
| | * net: dccp: switch rx_tstamp_last_feedback to monotonic clockEric Dumazet2018-06-231-4/+7
| | * net: dccp: avoid crash in ccid3_hc_rx_send_feedback()Eric Dumazet2018-06-231-3/+2
| | * ipv6: mcast: fix unsolicited report interval after receiving querysHangbin Liu2018-06-231-3/+6
| * | Merge tag 'nfs-for-4.18-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2018-06-221-3/+7
| |\ \
| | * | sunrpc: Prevent duplicate XID allocationChuck Lever2018-06-191-3/+7
* | | | tls: Removed unused variableVakul Garg2018-06-241-3/+0
* | | | net_sched: remove unused htb drop_listCong Wang2018-06-241-13/+0
* | | | net: drivers/net: Convert random_ether_addr to eth_random_addrJoe Perches2018-06-231-1/+1
* | | | tcp_bbr: fix bbr pacing rate for internal pacingEric Dumazet2018-06-222-15/+5