summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* tipc: fix wrong connect() return codeTuong Lien2020-01-081-2/+2
* tipc: fix link overflow issue at socket shutdownTuong Lien2020-01-081-21/+32
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2020-01-089-39/+69
|\
| * netfilter: ipset: avoid null deref when IPSET_ATTR_LINENO is presentFlorian Westphal2020-01-081-1/+2
| * netfilter: conntrack: dccp, sctp: handle null timeout argumentFlorian Westphal2020-01-082-0/+6
| * netfilter: flowtable: add nf_flowtable_time_stampPablo Neira Ayuso2020-01-063-10/+5
| * netfilter: nf_tables: unbind callbacks from flowtable destroy pathPablo Neira Ayuso2020-01-051-2/+6
| * netfilter: nf_flow_table_offload: fix the nat port mangle.wenxu2020-01-051-8/+16
| * netfilter: nf_flow_table_offload: check the status of dst_neighwenxu2020-01-051-2/+14
| * netfilter: nf_flow_table_offload: fix incorrect ethernet dst addresswenxu2020-01-051-2/+4
| * netfilter: nft_flow_offload: fix underflow in flowtable reference counterwenxu2020-01-051-3/+0
| * netfilter: arp_tables: init netns pointer in xt_tgchk_param structFlorian Westphal2019-12-301-11/+16
* | net: sch_prio: When ungrafting, replace with FIFOPetr Machata2020-01-081-2/+8
* | pkt_sched: fq: do not accept silly TCA_FQ_QUANTUMEric Dumazet2020-01-081-2/+4
* | tipc: remove meaningless assignment in MakefileMasahiro Yamada2020-01-081-2/+0
* | tipc: do not add socket.o to tipc-y twiceMasahiro Yamada2020-01-081-1/+1
* | vlan: vlan_changelink() should propagate errorsEric Dumazet2020-01-071-3/+7
* | vlan: fix memory leak in vlan_dev_set_egress_priorityEric Dumazet2020-01-073-5/+8
* | sctp: free cmd->obj.chunk for the unprocessed SCTP_CMD_REPLYXin Long2020-01-061-10/+18
* | tipc: eliminate KMSAN: uninit-value in __tipc_nl_compat_dumpit errorYing Xue2020-01-061-2/+2
* | net: qrtr: fix len of skb_put_padto in qrtr_node_enqueueCarl Huang2020-01-051-1/+1
* | sch_cake: avoid possible divide by zero in cake_enqueue()Wen Yang2020-01-021-1/+1
* | tcp: fix "old stuff" D-SACK causing SACK to be treated as D-SACKPengcheng Yang2020-01-021-1/+4
* | hsr: fix slab-out-of-bounds Read in hsr_debugfs_rename()Taehee Yoo2019-12-301-1/+2
* | net/sched: add delete_empty() to filters and use it in cls_flowerDavide Caratti2019-12-303-51/+17
* | tcp: Fix highest_sack and highest_sack_seqCambda Zhu2019-12-301-0/+3
|/
* net/sched: act_mirred: Pull mac prior redir to non mac_header_xmit deviceShmulik Ladkani2019-12-271-10/+12
* net_sched: sch_fq: properly set sk->sk_pacing_statusEric Dumazet2019-12-261-9/+8
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-12-263-20/+19
|\
| * netfilter: nft_tproxy: Fix port selector on Big EndianPhil Sutter2019-12-201-2/+2
| * netfilter: ebtables: compat: reject all padding in matches/watchersFlorian Westphal2019-12-201-17/+16
| * netfilter: nf_flow_table: fix big-endian integer overflowArnd Bergmann2019-12-201-1/+1
* | hsr: reset network header when supervision frame is createdTaehee Yoo2019-12-251-0/+2
* | hsr: fix a race condition in node list insertion and deletionTaehee Yoo2019-12-255-37/+56
* | hsr: rename debugfs file when interface name is changedTaehee Yoo2019-12-253-0/+20
* | hsr: add hsr root debugfs directoryTaehee Yoo2019-12-254-3/+28
* | hsr: fix error handling routine in hsr_dev_finalize()Taehee Yoo2019-12-253-24/+21
* | hsr: avoid debugfs warning message when module is removeTaehee Yoo2019-12-251-1/+0
* | sit: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
* | vti: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-242-2/+2
* | tunnel: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-242-3/+3
* | ip6_gre: do not confirm neighbor when do pmtu updateHangbin Liu2019-12-241-1/+1
* | net: add bool confirm_neigh parameter for dst_ops.update_pmtuHangbin Liu2019-12-2411-22/+38
* | Merge tag 'rxrpc-fixes-20191220' of git://git.kernel.org/pub/scm/linux/kernel...David S. Miller2019-12-247-98/+85
|\ \
| * | rxrpc: Fix missing security check on incoming callsDavid Howells2019-12-206-60/+59
| * | rxrpc: Don't take call->user_mutex in rxrpc_new_incoming_call()David Howells2019-12-201-17/+3
| * | rxrpc: Unlock new call in rxrpc_new_incoming_call() rather than the callerDavid Howells2019-12-202-26/+28
| |/
* | sctp: fix err handling of stream initializationMarcelo Ricardo Leitner2019-12-241-15/+15
* | udp: fix integer overflow while computing available space in sk_rcvbufAntonio Messina2019-12-241-1/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-2250-274/+583
|\ \