aboutsummaryrefslogtreecommitdiffstats
path: root/net
AgeCommit message (Expand)Author
2018-04-27Merge tag 'ceph-for-4.17-rc3' of git://github.com/ceph/ceph-clientLinus Torvalds
2018-04-26libceph: validate con->state at the top of try_write()Ilya Dryomov
2018-04-24packet: fix bitfield update raceWillem de Bruijn
2018-04-24libceph: reschedule a tick in finish_hunting()Ilya Dryomov
2018-04-24libceph: un-backoff on tick when we have a authenticated sessionIlya Dryomov
2018-04-23l2tp: check sockaddr length in pppol2tp_connect()Guillaume Nault
2018-04-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2018-04-23ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet
2018-04-23tcp: don't read out-of-bounds opsizeJann Horn
2018-04-22net: sched: ife: check on metadata lengthAlexander Aring
2018-04-22net: sched: ife: handle malformed tlv lengthAlexander Aring
2018-04-22net: sched: ife: signal not finding metaidAlexander Aring
2018-04-22strparser: Do not call mod_delayed_work with a timeout of LONG_MAXDoron Roberts-Kedes
2018-04-22ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pktsAhmed Abdelsalam
2018-04-22llc: fix NULL pointer deref for SOCK_ZAPPEDCong Wang
2018-04-22llc: delete timers synchronously in llc_sk_free()Cong Wang
2018-04-22l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflowGuillaume Nault
2018-04-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2018-04-19net/smc: fix shutdown in state SMC_LISTENUrsula Braun
2018-04-19llc: hold llc_sap before release_sock()Cong Wang
2018-04-19net: caif: fix spelling mistake "UKNOWN" -> "UNKNOWN"Colin Ian King
2018-04-19net: change the comment of dev_mc_initsunlianwen
2018-04-19netfilter: xt_connmark: do not cast xt_connmark_tginfo1 to xt_connmark_tginfo2Pablo Neira Ayuso
2018-04-19netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_updateTaehee Yoo
2018-04-19netfilter: nf_tables: NAT chain and extensions require NF_TABLESPablo Neira Ayuso
2018-04-18tipc: fix infinite loop when dumping link monitor summaryTung Nguyen
2018-04-18tipc: fix use-after-free in tipc_nametbl_stopJon Maloy
2018-04-17KEYS: DNS: limit the length of option stringsEric Biggers
2018-04-17vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita
2018-04-17net: qrtr: add MODULE_ALIAS_NETPROTO macroNicolas Dechesne
2018-04-17VSOCK: make af_vsock.ko removable againStefan Hajnoczi
2018-04-17netfilter: conntrack: include kmemleak.h for kmemleak_not_leak()Stephen Rothwell
2018-04-16tipc: fix possible crash in __tipc_nl_net_set()Eric Dumazet
2018-04-16tipc: add policy for TIPC_NLA_NET_ADDREric Dumazet
2018-04-16net: Fix one possible memleak in ip_setup_corkGao Feng
2018-04-16netfilter: nf_tables: free set name in error pathFlorian Westphal
2018-04-16netfilter: nf_tables: can't fail after linking rule into active rule listFlorian Westphal
2018-04-16netfilter: fix CONFIG_NF_REJECT_IPV6=m link errorArnd Bergmann
2018-04-16netfilter: conntrack: silent a memory leak warningCong Wang
2018-04-16net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet
2018-04-16tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh
2018-04-15rpc_pipefs: fix double-dput()Al Viro
2018-04-15Merge tag 'kbuild-v4.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds
2018-04-13l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs fileGuillaume Nault
2018-04-13l2tp: hold reference on tunnels printed in pppol2tp proc fileGuillaume Nault
2018-04-13l2tp: hold reference on tunnels in netlink dumpsGuillaume Nault
2018-04-12net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller
2018-04-12sctp: do not check port in sctp_inet6_cmp_addrXin Long
2018-04-12tipc: fix missing initializer in tipc_sendmsg()Jon Maloy
2018-04-12strparser: Fix incorrect strp->need_bytes value.Doron Roberts-Kedes