summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-12-09af_packet: set defaule value for tmoMao Wenan
2019-12-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2019-12-09netfilter: nf_flow_table_offload: Correct memcpy size for flow_overload_mangle()Pablo Neira Ayuso
2019-12-09net/x25: add new state X25_STATE_5Martin Schiller
2019-12-09sctp: fully initialize v4 addr in some functionsXin Long
2019-12-09neighbour: remove neigh_cleanup() methodEric Dumazet
2019-12-09Merge tag 'linux-can-fixes-for-5.5-20191208' of git://git.kernel.org/pub/scm/...David S. Miller
2019-12-09netfilter: bridge: make sure to pull arp header in br_nf_forward_arp()Eric Dumazet
2019-12-09netfilter: nf_tables_offload: return EOPNOTSUPP if rule specifies no actionsPablo Neira Ayuso
2019-12-09netfilter: nf_tables: skip module reference count bump on object updatesPablo Neira Ayuso
2019-12-09netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()Pablo Neira Ayuso
2019-12-09netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_ENDPablo Neira Ayuso
2019-12-09netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in named ...Pablo Neira Ayuso
2019-12-08Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds
2019-12-08can: j1939: j1939_sk_bind(): take priv after lock is heldOleksij Rempel
2019-12-07Merge tag 'nfsd-5.5' of git://linux-nfs.org/~bfields/linuxLinus Torvalds
2019-12-07Merge tag 'nfs-for-5.5-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds
2019-12-07net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet
2019-12-07inet: protect against too small mtu values.Eric Dumazet
2019-12-07gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang
2019-12-07netfilter: nf_queue: enqueue skbs with NULL dstMarco Oliverio
2019-12-06tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet
2019-12-06net: sched: allow indirect blocks to bind to clsact in TCJohn Hurley
2019-12-06net: core: rename indirect block ingress cb functionJohn Hurley
2019-12-06net-sysfs: Call dev_hold always in netdev_queue_add_kobjectJouni Hogander
2019-12-06net: dsa: fix flow dissection on Tx pathAlexander Lobakin
2019-12-06net/tls: Fix return values to avoid ENOTSUPPValentin Vidic
2019-12-06net: avoid an indirect call in ____sys_recvmsg()Eric Dumazet
2019-12-06tipc: fix ordering of tipc module init and exit routineTaehee Yoo
2019-12-06mqprio: Fix out-of-bounds access in mqprio_dumpVladyslav Tarasiuk
2019-12-06Merge tag 'for-linus-20191205' of git://git.kernel.dk/linux-blockLinus Torvalds
2019-12-05Merge tag 'ceph-for-5.5-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds
2019-12-05hsr: fix a NULL pointer dereference in hsr_dev_xmit()Taehee Yoo
2019-12-04kernel/notifier.c: remove blocking_notifier_chain_cond_register()Xiaoming Ni
2019-12-04net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese
2019-12-04NFC: NCI: use new `delay` structure for SPI transfer delaysAlexandru Ardelean
2019-12-04xdp: obtain the mem_id mutex before trying to remove an entry.Jonathan Lemon
2019-12-04act_ct: support asymmetric conntrackAaron Conole
2019-12-04openvswitch: support asymmetric conntrackAaron Conole
2019-12-04net: ipv6_stub: use ip6_dst_lookup_flow instead of ip6_dst_lookupSabrina Dubroca
2019-12-04net: ipv6: add net argument to ip6_dst_lookup_flowSabrina Dubroca
2019-12-03cls_flower: Fix the behavior using port ranges with hw-offloadYoshiki Komachi
2019-12-03net: sched: fix dump qlen for sch_mq/sch_mqprio with NOLOCK subqueuesDust Li
2019-12-03tcp: refactor tcp_retransmit_timer()Eric Dumazet
2019-12-03net/core: Populate VF index in struct ifla_vf_guidDanit Goldberg
2019-12-03net: bridge: deny dev_set_mac_address() when unregisteringNikolay Aleksandrov
2019-12-03net: fix a leak in register_netdevice()Dan Carpenter
2019-12-03io_uring: ensure async punted connect requests copy dataJens Axboe
2019-12-03io_uring: ensure async punted sendmsg/recvmsg requests copy dataJens Axboe
2019-12-02Fixed updating of ethertype in function skb_mpls_popMartin Varghese