summaryrefslogtreecommitdiff
path: root/net
AgeCommit message (Expand)Author
2019-12-12ethtool: provide link mode names as a string setMichal Kubecek
2019-12-12ethtool: move string arrays into common fileMichal Kubecek
2019-12-12ethtool: move to its own directoryMichal Kubecek
2019-12-12netlink: rename nl80211_validate_nested() to nla_validate_nested()Michal Kubecek
2019-12-12rtnetlink: provide permanent hardware address in RTM_NEWLINKMichal Kubecek
2019-12-12unix: Show number of pending scm files of receive queue in fdinfoKirill Tkhai
2019-12-12net: Allow to show socket-specific information in /proc/[pid]/fdinfo/[fd]Kirill Tkhai
2019-12-11vsock/virtio: remove loopback handlingStefano Garzarella
2019-12-11vsock: use local transport when it is loadedStefano Garzarella
2019-12-11vsock: add vsock_loopback transportStefano Garzarella
2019-12-11vsock: add local transport support in the vsock coreStefano Garzarella
2019-12-11vsock: add VMADDR_CID_LOCAL definitionStefano Garzarella
2019-12-11vsock/virtio_transport_common: remove unused virtio header includesStefano Garzarella
2019-12-10tipc: fix use-after-free in tipc_disc_rcv()Tuong Lien
2019-12-10tipc: fix retrans failure due to wrong destinationTuong Lien
2019-12-10tipc: fix potential hanging after b/rcast changingTuong Lien
2019-12-10tipc: fix name table rbtree issuesTuong Lien
2019-12-10tcp: Cleanup duplicate initialization of sk->sk_state.Kuniyuki Iwashima
2019-12-10tipc: introduce variable window congestion controlJon Maloy
2019-12-10tipc: eliminate more unnecessary nacks and retransmissionsJon Maloy
2019-12-10tipc: eliminate gap indicator from ACK messagesJon Maloy
2019-12-10net: make socket read/write_iter() honor IOCB_NOWAITJens Axboe
2019-12-09net-tcp: Disable TCP ssthresh metrics cache by defaultKevin(Yudong) Yang
2019-12-09sctp: get netns from asoc and ep baseXin Long
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-09treewide: Use sizeof_field() macroPankaj Bharadiya
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