summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* packet: fix bitfield update raceWillem de Bruijn2018-04-242-21/+49
* l2tp: check sockaddr length in pppol2tp_connect()Guillaume Nault2018-04-231-0/+7
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-04-2310-171/+200
|\
| * netfilter: xt_connmark: do not cast xt_connmark_tginfo1 to xt_connmark_tginfo2Pablo Neira Ayuso2018-04-191-16/+22
| * netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_updateTaehee Yoo2018-04-191-1/+1
| * netfilter: nf_tables: NAT chain and extensions require NF_TABLESPablo Neira Ayuso2018-04-191-27/+28
| * netfilter: conntrack: include kmemleak.h for kmemleak_not_leak()Stephen Rothwell2018-04-171-0/+1
| * netfilter: nf_tables: free set name in error pathFlorian Westphal2018-04-161-3/+5
| * netfilter: nf_tables: can't fail after linking rule into active rule listFlorian Westphal2018-04-161-27/+32
| * netfilter: fix CONFIG_NF_REJECT_IPV6=m link errorArnd Bergmann2018-04-161-0/+1
| * netfilter: conntrack: silent a memory leak warningCong Wang2018-04-161-0/+1
| * netfilter: xt_connmark: Add bit mapping for bit-shift operation.Jack Ma2018-04-111-8/+11
| * netfilter: ebtables: don't attempt to allocate 0-sized compat arrayFlorian Westphal2018-04-091-5/+6
| * ipvs: fix rtnl_lock lockups caused by start_sync_threadJulian Anastasov2018-04-092-83/+80
| * netfilter: nf_conntrack_sip: allow duplicate SDP expectationsFlorian Westphal2018-04-092-5/+16
* | ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policyEric Dumazet2018-04-231-0/+2
* | tcp: don't read out-of-bounds opsizeJann Horn2018-04-231-5/+2
* | net: sched: ife: check on metadata lengthAlexander Aring2018-04-221-0/+3
* | net: sched: ife: handle malformed tlv lengthAlexander Aring2018-04-222-3/+39
* | net: sched: ife: signal not finding metaidAlexander Aring2018-04-221-1/+1
* | strparser: Do not call mod_delayed_work with a timeout of LONG_MAXDoron Roberts-Kedes2018-04-221-1/+1
* | ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pktsAhmed Abdelsalam2018-04-221-1/+1
* | llc: fix NULL pointer deref for SOCK_ZAPPEDCong Wang2018-04-221-9/+12
* | llc: delete timers synchronously in llc_sk_free()Cong Wang2018-04-222-9/+22
* | l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflowGuillaume Nault2018-04-222-2/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-04-2028-138/+218
|\ \
| * | net/smc: fix shutdown in state SMC_LISTENUrsula Braun2018-04-191-6/+4
| * | llc: hold llc_sap before release_sock()Cong Wang2018-04-191-0/+7
| * | net: caif: fix spelling mistake "UKNOWN" -> "UNKNOWN"Colin Ian King2018-04-191-1/+1
| * | net: change the comment of dev_mc_initsunlianwen2018-04-191-1/+1
| * | tipc: fix infinite loop when dumping link monitor summaryTung Nguyen2018-04-182-8/+5
| * | tipc: fix use-after-free in tipc_nametbl_stopJon Maloy2018-04-181-12/+17
| * | KEYS: DNS: limit the length of option stringsEric Biggers2018-04-171-7/+5
| * | vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multiToshiaki Makita2018-04-171-1/+1
| * | net: qrtr: add MODULE_ALIAS_NETPROTO macroNicolas Dechesne2018-04-171-0/+1
| * | VSOCK: make af_vsock.ko removable againStefan Hajnoczi2018-04-171-0/+6
| * | tipc: fix possible crash in __tipc_nl_net_set()Eric Dumazet2018-04-162-0/+4
| * | tipc: add policy for TIPC_NLA_NET_ADDREric Dumazet2018-04-161-1/+2
| * | net: Fix one possible memleak in ip_setup_corkGao Feng2018-04-161-3/+5
| * | net: af_packet: fix race in PACKET_{R|T}X_RINGEric Dumazet2018-04-161-9/+14
| * | tcp: clear tp->packets_out when purging write queueSoheil Hassas Yeganeh2018-04-161-1/+1
| * | l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs fileGuillaume Nault2018-04-133-23/+13
| * | l2tp: hold reference on tunnels printed in pppol2tp proc fileGuillaume Nault2018-04-131-7/+17
| * | l2tp: hold reference on tunnels in netlink dumpsGuillaume Nault2018-04-133-3/+30
| * | net: fix deadlock while clearing neighbor proxy tableWolfgang Bumiller2018-04-121-10/+18
| * | sctp: do not check port in sctp_inet6_cmp_addrXin Long2018-04-121-30/+30
| * | tipc: fix missing initializer in tipc_sendmsg()Jon Maloy2018-04-121-1/+3
| * | strparser: Fix incorrect strp->need_bytes value.Doron Roberts-Kedes2018-04-121-4/+3
| * | net: validate attribute sizes in neigh_dump_table()Eric Dumazet2018-04-121-4/+8
| * | tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established socketsEric Dumazet2018-04-121-2/+4