aboutsummaryrefslogtreecommitdiffstats
path: root/net (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-12-13tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet1-0/+8
2019-12-13tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet3-12/+14
2019-12-13ipv6/addrconf: only check invalid header values when NETLINK_F_STRICT_CHK is setHangbin Liu1-4/+4
2019-12-10tipc: fix use-after-free in tipc_disc_rcv()Tuong Lien1-3/+3
2019-12-10tipc: fix retrans failure due to wrong destinationTuong Lien1-14/+18
2019-12-10tipc: fix potential hanging after b/rcast changingTuong Lien1-9/+15
2019-12-10tipc: fix name table rbtree issuesTuong Lien1-100/+179
2019-12-09af_packet: set defaule value for tmoMao Wenan1-1/+2
2019-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller11-54/+109
2019-12-09netfilter: nf_flow_table_offload: Correct memcpy size for flow_overload_mangle()Pablo Neira Ayuso1-31/+28
2019-12-09net/x25: add new state X25_STATE_5Martin Schiller2-0/+40
2019-12-09sctp: fully initialize v4 addr in some functionsXin Long1-0/+5
2019-12-09neighbour: remove neigh_cleanup() methodEric Dumazet1-3/+0
2019-12-09Merge tag 'linux-can-fixes-for-5.5-20191208' of git://git.kernel.org/pub/scm/linux/kernel/git/mkl/linux-canDavid S. Miller1-3/+7
2019-12-09netfilter: bridge: make sure to pull arp header in br_nf_forward_arp()Eric Dumazet1-0/+3
2019-12-09netfilter: nf_tables_offload: return EOPNOTSUPP if rule specifies no actionsPablo Neira Ayuso1-0/+3
2019-12-09netfilter: nf_tables: skip module reference count bump on object updatesPablo Neira Ayuso1-1/+1
2019-12-09netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()Pablo Neira Ayuso4-3/+21
2019-12-09netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_ENDPablo Neira Ayuso1-3/+9
2019-12-09netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in named setsPablo Neira Ayuso1-5/+16
2019-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds44-208/+324
2019-12-08can: j1939: j1939_sk_bind(): take priv after lock is heldOleksij Rempel1-3/+7
2019-12-07Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds8-34/+84
2019-12-07Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds11-337/+435
2019-12-07net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet1-1/+7
2019-12-07inet: protect against too small mtu values.Eric Dumazet3-11/+10
2019-12-07gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang1-1/+1
2019-12-07netfilter: nf_queue: enqueue skbs with NULL dstMarco Oliverio1-1/+1
2019-12-06tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet1-2/+3
2019-12-06net: sched: allow indirect blocks to bind to clsact in TCJohn Hurley1-19/+33
2019-12-06net: core: rename indirect block ingress cb functionJohn Hurley3-28/+27
2019-12-06net-sysfs: Call dev_hold always in netdev_queue_add_kobjectJouni Hogander1-2/+5
2019-12-06net: dsa: fix flow dissection on Tx pathAlexander Lobakin1-2/+3
2019-12-06net/tls: Fix return values to avoid ENOTSUPPValentin Vidic3-10/+10
2019-12-06net: avoid an indirect call in ____sys_recvmsg()Eric Dumazet1-1/+6
2019-12-06tipc: fix ordering of tipc module init and exit routineTaehee Yoo1-14/+15
2019-12-06mqprio: Fix out-of-bounds access in mqprio_dumpVladyslav Tarasiuk1-1/+1
2019-12-06Merge tag 'for-linus-20191205' of git://git.kernel.dk/linux-blockLinus Torvalds1-51/+25
2019-12-05Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds3-234/+190
2019-12-05hsr: fix a NULL pointer dereference in hsr_dev_xmit()Taehee Yoo1-2/+7
2019-12-04kernel/notifier.c: remove blocking_notifier_chain_cond_register()Xiaoming Ni1-1/+1
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese3-4/+6
2019-12-04NFC: NCI: use new `delay` structure for SPI transfer delaysAlexandru Ardelean1-2/+4
2019-12-04xdp: obtain the mem_id mutex before trying to remove an entry.Jonathan Lemon1-4/+4
2019-12-04act_ct: support asymmetric conntrackAaron Conole1-1/+12
2019-12-04openvswitch: support asymmetric conntrackAaron Conole1-0/+11
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca5-16/+17
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca10-18/+18
2019-12-03cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi2-61/+94
2019-12-03net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesDust Li2-0/+2