summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
| * | tcp: refine tcp_write_queue_empty() implementationEric Dumazet2019-12-131-2/+3
| * | tcp: do not send empty skb from tcp_write_xmit()Eric Dumazet2019-12-131-0/+8
| * | tcp/dccp: fix possible race __inet_lookup_established()Eric Dumazet2019-12-133-12/+14
| * | ipv6/addrconf: only check invalid header values when NETLINK_F_STRICT_CHK is setHangbin Liu2019-12-131-4/+4
| |/
| * tipc: fix use-after-free in tipc_disc_rcv()Tuong Lien2019-12-101-3/+3
| * tipc: fix retrans failure due to wrong destinationTuong Lien2019-12-101-14/+18
| * tipc: fix potential hanging after b/rcast changingTuong Lien2019-12-101-9/+15
| * tipc: fix name table rbtree issuesTuong Lien2019-12-101-100/+179
| * af_packet: set defaule value for tmoMao Wenan2019-12-091-1/+2
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2019-12-0911-54/+109
| |\
| | * netfilter: nf_flow_table_offload: Correct memcpy size for flow_overload_mangle()Pablo Neira Ayuso2019-12-091-31/+28
| | * netfilter: bridge: make sure to pull arp header in br_nf_forward_arp()Eric Dumazet2019-12-091-0/+3
| | * netfilter: nf_tables_offload: return EOPNOTSUPP if rule specifies no actionsPablo Neira Ayuso2019-12-091-0/+3
| | * netfilter: nf_tables: skip module reference count bump on object updatesPablo Neira Ayuso2019-12-091-1/+1
| | * netfilter: nf_tables: validate NFT_DATA_VALUE after nft_data_init()Pablo Neira Ayuso2019-12-094-3/+21
| | * netfilter: nf_tables: validate NFT_SET_ELEM_INTERVAL_ENDPablo Neira Ayuso2019-12-091-3/+9
| | * netfilter: nft_set_rbtree: bogus lookup/get on consecutive elements in named ...Pablo Neira Ayuso2019-12-091-5/+16
| | * netfilter: nf_queue: enqueue skbs with NULL dstMarco Oliverio2019-12-071-1/+1
| | * netfilter: nf_tables_offload: Check for the NETDEV_UNREGISTER eventwenxu2019-12-021-0/+3
| | * netfilter: nf_flow_table_offload: add IPv6 match descriptionPablo Neira Ayuso2019-11-301-1/+11
| | * netfilter: conntrack: tell compiler to not inline nf_ct_resolve_clashFlorian Westphal2019-11-301-3/+4
| | * netfilter: nf_flow_table_offload: Don't use offset uninitialized in flow_offl...Nathan Chancellor2019-11-301-2/+2
| | * netfilter: nf_flow_table_offload: Fix block_cb tc_setup_type as TC_SETUP_CLSF...wenxu2019-11-301-3/+3
| | * netfilter: nf_flow_table_offload: Fix block setup as TC_SETUP_FT cmdwenxu2019-11-301-1/+1
| | * netfilter: ctnetlink: netns exit must wait for callbacksFlorian Westphal2019-11-291-0/+3
| * | net/x25: add new state X25_STATE_5Martin Schiller2019-12-092-0/+40
| * | sctp: fully initialize v4 addr in some functionsXin Long2019-12-091-0/+5
| * | neighbour: remove neigh_cleanup() methodEric Dumazet2019-12-091-3/+0
| * | Merge tag 'linux-can-fixes-for-5.5-20191208' of git://git.kernel.org/pub/scm/...David S. Miller2019-12-091-3/+7
| |\ \
| | * | can: j1939: j1939_sk_bind(): take priv after lock is heldOleksij Rempel2019-12-081-3/+7
* | | | Merge tag 'io_uring-5.5-20191212' of git://git.kernel.dk/linux-blockLinus Torvalds2019-12-131-2/+2
|\ \ \ \
| * | | | net: make socket read/write_iter() honor IOCB_NOWAITJens Axboe2019-12-101-2/+2
* | | | | treewide: Use sizeof_field() macroPankaj Bharadiya2019-12-0929-122/+122
| |/ / / |/| | |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2019-12-0844-208/+324
|\ \ \ \ | | |/ / | |/| |
| * | | net_sched: validate TCA_KIND attribute in tc_chain_tmplt_add()Eric Dumazet2019-12-071-1/+7
| * | | inet: protect against too small mtu values.Eric Dumazet2019-12-073-11/+10
| * | | gre: refetch erspan header from skb->data after pskb_may_pull()Cong Wang2019-12-071-1/+1
| * | | tcp: md5: fix potential overestimation of TCP option spaceEric Dumazet2019-12-061-2/+3
| * | | net: sched: allow indirect blocks to bind to clsact in TCJohn Hurley2019-12-061-19/+33
| * | | net: core: rename indirect block ingress cb functionJohn Hurley2019-12-063-28/+27
| * | | net-sysfs: Call dev_hold always in netdev_queue_add_kobjectJouni Hogander2019-12-061-2/+5
| * | | net: dsa: fix flow dissection on Tx pathAlexander Lobakin2019-12-061-2/+3
| * | | net/tls: Fix return values to avoid ENOTSUPPValentin Vidic2019-12-063-10/+10
| * | | net: avoid an indirect call in ____sys_recvmsg()Eric Dumazet2019-12-061-1/+6
| * | | tipc: fix ordering of tipc module init and exit routineTaehee Yoo2019-12-061-14/+15
| * | | mqprio: Fix out-of-bounds access in mqprio_dumpVladyslav Tarasiuk2019-12-061-1/+1
| * | | hsr: fix a NULL pointer dereference in hsr_dev_xmit()Taehee Yoo2019-12-051-2/+7
| * | | net: Fixed updating of ethertype in skb_mpls_push()Martin Varghese2019-12-043-4/+6
| * | | NFC: NCI: use new `delay` structure for SPI transfer delaysAlexandru Ardelean2019-12-041-2/+4
| * | | xdp: obtain the mem_id mutex before trying to remove an entry.Jonathan Lemon2019-12-041-4/+4