summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* netfilter: x_tables: initialise match/target check parameter structFlorian Westphal2018-06-083-0/+4
* netfilter: nft_set_rbtree: fix parameter of __nft_rbtree_lookup()Taehee Yoo2018-06-061-1/+1
* Merge git://blackhole.kfki.hu/nfPablo Neira Ayuso2018-06-062-6/+9
|\
| * netfilter: ipset: forbid family for hash:mac setsFlorent Fourcot2018-06-061-1/+4
| * netfilter: ipset: Limit max timeout valueJozsef Kadlecsik2018-06-061-4/+4
| * netfilter: xt_set: Check hook mask correctlySerhey Popovych2018-06-061-1/+1
* | netfilter: ebtables: reject non-bridge targetsFlorian Westphal2018-06-061-0/+13
* | netfilter: ebtables: fix compat entry paddingAlin Nastac2018-06-041-5/+5
|/
* ipvs: fix check on xmit to non-local addressesJulian Anastasov2018-06-041-1/+1
* netfilter: nft_reject_bridge: fix skb allocation size in nft_reject_br_send_v...Taehee Yoo2018-06-041-1/+1
* ipvs: register conntrack hooks for ftpJulian Anastasov2018-06-021-0/+4
* netfilter: nf_tables: check msg_type before nft_trans_set(trans)Alexey Kodanev2018-06-011-5/+6
* netfilter: xt_CT: Reject the non-null terminated string from user spaceGao Feng2018-06-011-0/+10
* net-sysfs: Fix memory leak in XPS configurationAlexander Duyck2018-05-311-3/+3
* net/ncsi: Fix array size in dumpit handlerSamuel Mendoza-Jonas2018-05-311-1/+1
* cls_flower: Fix incorrect idr release when failing to modify rulePaul Blakey2018-05-311-1/+1
* ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inlineMathieu Xhonneux2018-05-281-2/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2018-05-289-43/+71
|\
| * netfilter: nf_tables: increase nft_counters_enabled in nft_chain_stats_replace()Taehee Yoo2018-05-291-1/+3
| * netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()Taehee Yoo2018-05-291-2/+2
| * netfilter: nf_tables: disable preemption in nft_update_chain_stats()Pablo Neira Ayuso2018-05-291-2/+2
| * netfilter: provide correct argument to nla_strlcpy()Eric Dumazet2018-05-242-3/+3
| * ipvs: fix buffer overflow with sync daemon and serviceJulian Anastasov2018-05-231-6/+15
| * netfilter: nft_limit: fix packet ratelimitingPablo Neira Ayuso2018-05-231-14/+24
| * netfilter: nft_meta: fix wrong value dereference in nft_meta_set_evalTaehee Yoo2018-05-231-6/+8
| * netfilter: ebtables: handle string from userspace with carePaolo Abeni2018-05-171-1/+2
| * netfilter: nf_tables: fix NULL pointer dereference on nft_ct_helper_obj_dump()Taehee Yoo2018-05-171-8/+12
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2018-05-2514-48/+121
|\ \
| * \ Merge tag 'batadv-net-for-davem-20180524' of git://git.open-mesh.org/linux-mergeDavid S. Miller2018-05-252-18/+68
| |\ \
| | * | batman-adv: prevent TT request storms by not sending inconsistent TT TLVLsMarek Lindner2018-05-121-3/+12
| | * | batman-adv: Fix TT sync flags for intermediate TT responsesLinus Lüssing2018-05-121-10/+51
| | * | batman-adv: Avoid race in TT TVLV allocator helperSven Eckelmann2018-05-101-4/+4
| | * | batman-adv: don't pass a NULL hard_iface to batadv_hardif_putColin Ian King2018-04-221-1/+1
| * | | ipv4: remove warning in ip_recv_errorWillem de Bruijn2018-05-241-2/+0
| * | | net : sched: cls_api: deal with egdev path only if neededOr Gerlitz2018-05-241-1/+1
| * | | packet: fix reserve calculationWillem de Bruijn2018-05-241-1/+1
| * | | net: ipv4: add missing RTA_TABLE to rtm_ipv4_policyRoopa Prabhu2018-05-231-0/+1
| * | | Merge tag 'mac80211-for-davem-2018-05-23' of git://git.kernel.org/pub/scm/lin...David S. Miller2018-05-233-5/+9
| |\ \ \
| | * | | cfg80211: fix NULL pointer derference when querying regdbHaim Dreyfuss2018-05-221-0/+3
| | * | | mac80211: mesh: fix premature update of rc statsBob Copeland2018-05-181-4/+4
| | * | | nl80211: fix nlmsg allocation in cfg80211_ft_eventDedy Lansky2018-05-181-1/+2
| * | | | ipmr: properly check rhltable_init() return valueEric Dumazet2018-05-221-1/+4
| * | | | dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()Alexey Kodanev2018-05-221-2/+0
| * | | | sctp: fix the issue that flags are ignored when using kernel_connectXin Long2018-05-223-18/+37
* | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds2018-05-243-3/+3
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | IB: remove redundant INFINIBAND kconfig dependenciesGreg Thelen2018-05-093-3/+3
| | |/ / | |/| |
* | | | net: ip6_gre: fix tunnel metadata device sharing.William Tu2018-05-191-22/+79
* | | | net: sched: red: avoid hashing NULL childPaolo Abeni2018-05-182-4/+6
* | | | sock_diag: fix use-after-free read in __sk_freeEric Dumazet2018-05-181-1/+1
* | | | net: dsa: Do not register devlink for unused portsFlorian Fainelli2018-05-181-3/+6