summaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)AuthorFilesLines
2020-07-28fib: use indirect call wrappers in the most common fib_rules_opsBrian Vazquez3-12/+30
2020-07-28net_sched: initialize timer earlier in red_init()Cong Wang1-4/+4
2020-07-28mptcp: Safely store sequence number when sending dataMat Martineau1-1/+1
2020-07-28mptcp: Safely read sequence number when lock isn't heldMat Martineau1-1/+1
2020-07-28mptcp: Skip unnecessary skb extension allocation for bare acksMat Martineau1-3/+6
2020-07-28mptcp: Only use subflow EOF signaling on fallback connectionsMat Martineau1-1/+2
2020-07-28mptcp: Use full MPTCP-level disconnect state machineMat Martineau3-17/+92
2020-07-28mptcp: Add helper to process acks of DATA_FINMat Martineau1-8/+46
2020-07-28mptcp: Add mptcp_close_state() helperMat Martineau1-0/+27
2020-07-28mptcp: Track received DATA_FIN sequence number and add related helpersMat Martineau3-10/+115
2020-07-28mptcp: Use MPTCP-level flag for sending DATA_FINMat Martineau3-24/+18
2020-07-28mptcp: Remove outdated and incorrect commentMat Martineau1-1/+0
2020-07-28mptcp: Return EPIPE if sending is shut down during a sendmsgMat Martineau1-0/+5
2020-07-28mptcp: Allow DATA_FIN in headers without TCP FINMat Martineau1-10/+3
2020-07-28net: improve the user pointer check in init_user_sockptrChristoph Hellwig2-2/+2
2020-07-28net: remove sockptr_advanceChristoph Hellwig8-28/+30
2020-07-28netfilter: arp_tables: restore a SPDX identifierChristoph Hellwig1-1/+1
2020-07-27net: prp: enhance debugfs to display PRP infoMurali Karicheri1-9/+22
2020-07-27net: prp: add packet handling supportMurali Karicheri8-88/+433
2020-07-27net: hsr: define and use proto_ops ptrs to handle hsr specific framesMurali Karicheri4-28/+55
2020-07-27net: prp: add supervision frame generation utility functionMurali Karicheri3-2/+88
2020-07-27net: hsr: introduce protocol specific function pointersMurali Karicheri2-31/+45
2020-07-27net: hsr: introduce common code for skb initializationMurali Karicheri1-13/+28
2020-07-27hsr: enhance netlink socket interface to support PRPMurali Karicheri14-23/+87
2020-07-27net: Removed the device type check to add mpls support for devicesMartin Varghese1-14/+3
2020-07-27ipmr: Copy option to correct variableIdo Schimmel1-1/+1
2020-07-27net/smc: unique reason code for exceeded max dmb countKarsten Graul3-6/+12
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netDavid S. Miller35-257/+302
2020-07-25Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net into masterLinus Torvalds32-224/+274
2020-07-24dev: Defer free of skbs in flush_backlogSubash Abhinov Kasiviswanathan1-1/+1
2020-07-24qrtr: orphan socket in qrtr_release()Cong Wang1-0/+1
2020-07-24l2tp: WARN_ON rather than BUG_ON in l2tp_session_freeTom Parkin1-1/+3
2020-07-24l2tp: remove BUG_ON refcount value in l2tp_session_freeTom Parkin1-2/+0
2020-07-24l2tp: WARN_ON rather than BUG_ON in l2tp_session_queue_purgeTom Parkin1-3/+4
2020-07-24l2tp: don't BUG_ON seqfile checks in l2tp_pppTom Parkin1-1/+5
2020-07-24l2tp: don't BUG_ON session magic checks in l2tp_pppTom Parkin1-3/+7
2020-07-24l2tp: remove BUG_ON in l2tp_tunnel_closeallTom Parkin1-2/+0
2020-07-24l2tp: remove BUG_ON in l2tp_session_queue_purgeTom Parkin1-1/+0
2020-07-24l2tp: WARN_ON rather than BUG_ON in l2tp_dfs_seq_startTom Parkin1-1/+4
2020-07-24l2tp: avoid multiple assignmentsTom Parkin3-9/+15
2020-07-24icmp6: support rfc 4884Willem de Bruijn3-0/+29
2020-07-24icmp: prepare rfc 4884 for ipv6Willem de Bruijn2-14/+17
2020-07-24icmp: revise rfc4884 testsWillem de Bruijn1-6/+2
2020-07-24sctp: remove redundant initialization of variable statusColin Ian King1-6/+6
2020-07-24net: openvswitch: fixes potential deadlock in dp cleanup codeEelco Chaudron2-14/+13
2020-07-24sctp: fix slab-out-of-bounds in SCTP_DELAYED_SACK processingChristoph Hellwig1-21/+29
2020-07-24net: optimize the sockptr_t for unified kernel/user address spacesChristoph Hellwig2-7/+13
2020-07-24net: pass a sockptr_t into ->setsockoptChristoph Hellwig51-234/+218
2020-07-24net/tcp: switch do_tcp_setsockopt to sockptr_tChristoph Hellwig1-18/+16
2020-07-24net/tcp: switch ->md5_parse to sockptr_tChristoph Hellwig3-5/+6