aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2018-05-16neigh: switch to proc_create_seq_dataChristoph Hellwig1-25/+6
2018-05-16proc: introduce proc_create_net_singleChristoph Hellwig10-284/+49
2018-05-16proc: introduce proc_create_net{,_data}Christoph Hellwig49-855/+134
2018-05-16netfilter/x_tables: simplify ѕeq_file codeChristoph Hellwig1-28/+11
2018-05-16net/kcm: simplify proc registrationChristoph Hellwig1-54/+17
2018-05-16ipv6/flowlabel: simplify pid namespace lookupChristoph Hellwig1-23/+6
2018-05-16ipv{4,6}/raw: simplify ѕeq_file codeChristoph Hellwig2-26/+16
2018-05-16ipv{4,6}/ping: simplify proc file creationChristoph Hellwig2-48/+37
2018-05-16ipv{4,6}/tcp: simplify procfs registrationChristoph Hellwig2-62/+50
2018-05-16ipv{4,6}/udp{,lite}: simplify proc registrationChristoph Hellwig4-101/+70
2018-05-16proc: introduce proc_create_single{,_data}Christoph Hellwig5-73/+8
2018-05-16proc: introduce proc_create_seq_privateChristoph Hellwig5-63/+11
2018-05-16proc: introduce proc_create_seq{,_data}Christoph Hellwig14-312/+41
2018-05-15bpf: sockmap, add hash map supportJohn Fastabend1-0/+58
2018-05-15bpf: sockmap, refactor sockmap routines to work with hashmapJohn Fastabend1-23/+8
2018-05-14sctp: checkpatch fixupsMarcelo Ricardo Leitner1-13/+7
2018-05-14sctp: add asoc and packet to sctp_flush_ctxMarcelo Ricardo Leitner1-53/+44
2018-05-14sctp: add sctp_flush_ctx, a context struct on outq_flush routinesMarcelo Ricardo Leitner1-94/+88
2018-05-14sctp: rework switch cases in sctp_outq_flush_dataMarcelo Ricardo Leitner1-96/+91
2018-05-14sctp: make use of gfp on retransmissionsMarcelo Ricardo Leitner1-8/+9
2018-05-14sctp: move transport flush code out of sctp_outq_flushMarcelo Ricardo Leitner1-30/+26
2018-05-14sctp: move flushing of data chunks out of sctp_outq_flushMarcelo Ricardo Leitner1-74/+75
2018-05-14sctp: move outq data rtx code out of sctp_outq_flushMarcelo Ricardo Leitner1-43/+58
2018-05-14sctp: move the flush of ctrl chunks into its own functionMarcelo Ricardo Leitner1-36/+56
2018-05-14sctp: factor out sctp_outq_select_transportMarcelo Ricardo Leitner1-97/+90
2018-05-14sctp: add sctp_packet_singletonMarcelo Ricardo Leitner1-7/+15
2018-05-14audit: use inline function to get audit contextRichard Guy Briggs4-12/+12
2018-05-14net/smc: check for missing nlattrs in SMC_PNETID messagesEric Biggers1-31/+40
2018-05-14net/can: single_open_net needs to be paired with single_release_netChristoph Hellwig2-4/+4
2018-05-14xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet1-1/+1
2018-05-14batman-adv: enable B.A.T.M.A.N. V compilation by defaultMarek Lindner1-1/+1
2018-05-14batman-adv: disable ethtool link speed detection when auto negotiation offMarek Lindner1-1/+14
2018-05-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller14-87/+291
2018-05-13net: ipv4: ipconfig: fix unused variableAnders Roxell1-3/+2
2018-05-13packet: in packet_snd start writing at link layer allocationWillem de Bruijn1-1/+3
2018-05-14netfilter: nf_tables: fix memory leak on error exit returnColin Ian King1-2/+4
2018-05-12batman-adv: prevent TT request storms by not sending inconsistent TT TLVLsMarek Lindner1-3/+12
2018-05-12batman-adv: Fix TT sync flags for intermediate TT responsesLinus Lüssing1-10/+51
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller53-185/+398
2018-05-11Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds48-169/+364
2018-05-11Merge tag 'nfs-for-4.17-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds4-11/+10
2018-05-11net sched actions: fix refcnt leak in skbmodRoman Mashak1-1/+4
2018-05-11net: sched: fix error path in tcf_proto_create() when modules are not configuredJiri Pirko1-1/+1
2018-05-11erspan: auto detect truncated ipv6 packets.William Tu2-0/+12
2018-05-11Merge tag 'rxrpc-fixes-20180510' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsDavid S. Miller10-48/+124
2018-05-11net sched actions: fix invalid pointer dereferencing if skbedit flags missingRoman Mashak1-1/+2
2018-05-11svcrdma: Persistently allocate and DMA-map Send buffersChuck Lever3-126/+99
2018-05-11svcrdma: Simplify svc_rdma_send()Chuck Lever1-15/+15
2018-05-11svcrdma: Remove post_send_wrChuck Lever3-37/+16
2018-05-11svcrdma: Don't overrun the SGE array in svc_rdma_send_ctxtChuck Lever2-19/+30