summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | tcp: ignore rcv_rtt sample with old ts ecr valueWei Wang2018-06-222-3/+12
* | | | rhashtable: remove nulls_base and related code.NeilBrown2018-06-221-2/+2
* | | | rhashtable: split rhashtable.hNeilBrown2018-06-229-0/+9
| |_|/ |/| |
* | | VSOCK: fix loopback on big-endian systemsClaudio Imbrenda2018-06-221-1/+1
* | | cls_flower: fix use after free in flower S/W pathPaolo Abeni2018-06-221-4/+17
* | | net/packet: fix use-after-freeEric Dumazet2018-06-221-9/+7
* | | sctp: fix erroneous inc of snmp SctpFragUsrMsgsMarcelo Ricardo Leitner2018-06-211-1/+3
* | | strparser: Don't schedule in workqueue in paused stateVakul Garg2018-06-211-4/+1
* | | bpfilter: fix user mode helper cross compilationMatteo Croce2018-06-211-1/+1
|/ /
* | ip: limit use of gso_size to udpWillem de Bruijn2018-06-202-2/+4
* | bpfilter: ignore binary filesMatteo Croce2018-06-201-0/+1
* | bpfilter: fix build errorMatteo Croce2018-06-201-2/+4
* | net/sched: act_ife: preserve the action control in case of errorDavide Caratti2018-06-201-2/+1
* | net/sched: act_ife: fix recursive lock and idr leakDavide Caratti2018-06-201-5/+4
* | net: propagate dev_get_valid_name return codeLi RongQing2018-06-201-2/+2
* | net/tcp: Fix socket lookups with SO_BINDTODEVICEDavid Ahern2018-06-202-4/+4
* | net/ipv6: respect rcu grace period before freeing fib6_infoEric Dumazet2018-06-201-2/+3
* | net/ncsi: Use netdev_dbg for debug messagesJoel Stanley2018-06-202-21/+18