summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
...
* netfilter: ebtables: handle string from userspace with carePaolo Abeni2018-07-081-1/+2
* xfrm6: avoid potential infinite loop in _decode_session6()Eric Dumazet2018-07-081-1/+1
* netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()Taehee Yoo2018-07-081-1/+2
* netfilter: ip6t_rpfilter: provide input interface for route lookupVincent Bernat2018-07-081-0/+2
* netfilter: don't set F_IFACE on ipv6 fib lookupsFlorian Westphal2018-07-082-14/+2
* netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()Taehee Yoo2018-07-081-1/+1
* netfilter: nf_tables: add missing netlink attrs to policiesFlorian Westphal2018-07-081-0/+3
* netfilter: nf_tables: fix memory leak on error exit returnColin Ian King2018-07-081-2/+4
* netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()Taehee Yoo2018-07-081-1/+3
* netfilter: nf_tables: disable preemption in nft_update_chain_stats()Pablo Neira Ayuso2018-07-081-2/+2
* netfilter: nft_meta: fix wrong value dereference in nft_meta_set_evalTaehee Yoo2018-07-081-6/+8
* netfilter: nf_tables: bogus EBUSY in chain deletionsPablo Neira Ayuso2018-07-082-7/+54
* netfilter: nf_tables: don't assume chain stats are set when jumplabel is setFlorian Westphal2018-07-081-7/+14
* netfilter: nft_compat: fix handling of large matchinfo sizeFlorian Westphal2018-07-081-1/+63
* netfilter: nft_compat: prepare for indirect info storageFlorian Westphal2018-07-081-11/+36
* netfilter: nf_tables: nft_compat: fix refcount leak on xt moduleFlorian Westphal2018-07-081-34/+58
* xprtrdma: Return -ENOBUFS when no pages are availableChuck Lever2018-07-031-1/+1
* tls: fix use-after-free in tls_push_recordDaniel Borkmann2018-06-261-13/+13
* net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds vlanWillem de Bruijn2018-06-261-2/+2
* udp: fix rx queue len reported by diag and proc interfacePaolo Abeni2018-06-264-6/+7
* socket: close race condition between sock_close() and sockfs_setattr()Cong Wang2018-06-261-3/+15
* tcp: verify the checksum of the first data segment in a new connectionFrank van der Linden2018-06-262-0/+8
* net/sched: act_simple: fix parsing of TCA_DEF_DATADavide Caratti2018-06-261-9/+6
* net: dsa: add error handling for pskb_trim_rcsumZhouyang Jia2018-06-261-1/+2
* ipv6: allow PMTU exceptions to local routesJulian Anastasov2018-06-261-3/+0
* tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()Eric Dumazet2018-06-211-1/+1
* net sched actions: fix invalid pointer dereferencing if skbedit flags missingRoman Mashak2018-06-211-1/+2
* rxrpc: Fix the min security level for kernel callsDavid Howells2018-06-211-1/+1
* rxrpc: Fix error reception on AF_INET6 socketsDavid Howells2018-06-211-15/+42
* tipc: eliminate KMSAN uninit-value in strcmp complaintYing Xue2018-06-211-2/+13
* mac80211: use timeout from the AddBA response instead of the requestSara Sharon2018-06-212-1/+6
* mac80211: Adjust SAE authentication timeoutIlan Peer2018-06-211-7/+18
* smc: fix sendpage() callStefan Raspl2018-06-211-2/+4
* tipc: fix bug in function tipc_nl_node_dump_monitorJon Maloy2018-06-211-1/+1
* rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qpDag Moxnes2018-06-211-1/+2
* netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_updateTaehee Yoo2018-06-211-1/+1
* netfilter: nf_tables: NAT chain and extensions require NF_TABLESPablo Neira Ayuso2018-06-211-27/+28
* tipc: fix infinite loop when dumping link monitor summaryTung Nguyen2018-06-212-8/+5
* af_key: Always verify length of provided sadb_keyKevin Easton2018-06-161-10/+35
* netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()Taehee Yoo2018-06-161-8/+12
* cls_flower: Fix incorrect idr release when failing to modify rulePaul Blakey2018-06-111-1/+1
* rtnetlink: validate attributes in do_setlink()Eric Dumazet2018-06-111-4/+4
* net-sysfs: Fix memory leak in XPS configurationAlexander Duyck2018-06-111-3/+3
* ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inlineMathieu Xhonneux2018-06-111-2/+2
* vrf: check the original netdevice for generating redirectStephen Suryaputra2018-06-112-1/+8
* sctp: not allow transport timeout value less than HZ/5 for hb_timerXin Long2018-06-111-1/+1
* packet: fix reserve calculationWillem de Bruijn2018-06-111-1/+1
* net/packet: refine check for priv area sizeEric Dumazet2018-06-111-1/+1
* net: metrics: add proper netlink validationEric Dumazet2018-06-111-0/+4
* net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu2018-06-111-0/+1