summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-08-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller23-230/+1270
2018-08-05Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-10/+14
2018-08-04netlink: Don't shift on 64 for ngroupsDmitry Safonov1-2/+2
2018-08-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpfDavid S. Miller1-3/+1
2018-08-04net/smc: no cursor update send in state SMC_INITUrsula Braun1-1/+2
2018-08-04net: Remove some unneeded semicolonzhong jiang4-5/+5
2018-08-03tcp: remove unneeded variable 'err'YueHaibing1-2/+1
2018-08-03af_unix: ensure POLLOUT on remote close() for connected dgram socketJason Baron1-1/+6
2018-08-04netfilter: nft_tunnel: fix sparse errorsPablo Neira Ayuso1-5/+3
2018-08-03rxrpc: Push iov_iter up from rxrpc_kernel_recv_data() to callerDavid Howells1-22/+11
2018-08-03l2tp: fix missing refcount drop in pppol2tp_tunnel_ioctl()Guillaume Nault1-4/+9
2018-08-03netfilter: conntrack: avoid use-after free on rmmodFlorian Westphal1-4/+3
2018-08-03netfilter: kconfig: remove ct zone/label dependenciesFlorian Westphal1-3/+3
2018-08-03netfilter: nf_tables: simplify NLM_F_CREATE handlingPablo Neira Ayuso1-19/+10
2018-08-03netfilter: bridge: Expose nf_tables bridge hook priorities through uapiMáté Eckl3-0/+3
2018-08-03netfilter: nf_tables: match on tunnel metadataPablo Neira Ayuso1-1/+111
2018-08-03netfilter: nf_tables: add tunnel supportPablo Neira Ayuso4-0/+466
2018-08-03netfilter: nft_tproxy: Add missing config checkMáté Eckl1-0/+2
2018-08-03l2tp: ignore L2TP_ATTR_MTUGuillaume Nault5-23/+9
2018-08-03l2tp: simplify MTU handling in l2tp_pppGuillaume Nault1-49/+18
2018-08-03l2tp: define l2tp_tunnel_dst_mtu()Guillaume Nault3-21/+26
2018-08-03netfilter: cttimeout: Make NF_CT_NETLINK_TIMEOUT depend on NF_CONNTRACK_TIMEOUTHarsha Sharma2-6/+1
2018-08-03netfilter: nf_tables: remove unused variableYueHaibing1-2/+0
2018-08-03rxrpc: Reuse SKCIPHER_REQUEST_ON_STACK bufferKees Cook1-12/+13
2018-08-03net: sched: fix flush on non-existing chainJiri Pirko1-0/+7
2018-08-03netfilter: nf_tables: flow event notifier must use transaction mutexFlorian Westphal1-2/+2
2018-08-03netfilter: nfnetlink_osf: rename nf_osf header file to nfnetlink_osfFernando Fernandez Mancera2-2/+2
2018-08-03netfilter: use kvmalloc_array to allocate memory for hashtableLi RongQing4-28/+11
2018-08-02net/socket: remove duplicated init codeMatthieu Baerts1-48/+3
2018-08-02Merge ra.kernel.org:/pub/scm/linux/kernel/git/davem/netDavid S. Miller26-63/+131
2018-08-02net: Fix coding style in skb_push()Ganesh Goudar1-1/+1
2018-08-02rxrpc: Remove set but not used variable 'nowj'Wei Yongjun1-2/+1
2018-08-01Revert "net/ipv6: fix metrics leak"David S. Miller1-14/+4
2018-08-01Merge tag 'rxrpc-next-20180801' of git://git.kernel.org/pub/scm/linux/kernel/...David S. Miller10-31/+100
2018-08-01rxrpc: Fix user call ID check in rxrpc_service_prealloc_oneYueHaibing1-2/+2
2018-08-01net: sched: make tcf_chain_{get,put}() staticJiri Pirko1-18/+16
2018-08-01net: sched: fix notifications for action-held chainsJiri Pirko1-28/+43
2018-08-01net: sched: change name of zombie chain to "held_by_acts_only"Jiri Pirko1-8/+6
2018-08-01rds: remove redundant variable 'rds_ibdev'YueHaibing1-3/+0
2018-08-01strparser: remove redundant variable 'rd_desc'YueHaibing1-4/+0
2018-08-01ip_gre: remove redundant variables t_hlenYueHaibing1-5/+0
2018-08-01tcp: remove set but not used variable 'skb_size'Wei Yongjun1-2/+1
2018-08-01tcp: add stat of data packet reordering eventsWei Wang3-2/+7
2018-08-01tcp: add dsack blocks received statsWei Wang2-0/+5
2018-08-01tcp: add data bytes retransmitted statsWei Wang2-0/+6
2018-08-01tcp: add data bytes sent statsWei Wang2-0/+7
2018-08-01tcp: add a helper to calculate size of opt_statsWei Wang1-3/+24
2018-08-01net: dsa: Do not suspend/resume closed slave_devFlorian Fainelli1-0/+6
2018-08-01net: ipv4: Notify about changes to ip_forward_update_priorityPetr Machata1-1/+18
2018-08-01net: ipv4: Control SKB reprioritization after forwardingPetr Machata3-1/+12