summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
* netfilter: nft_log: check the validity of log levelLiping Zhang2016-07-211-0/+5
* netfilter: nft_log: fix possible memory leak if log expr init failLiping Zhang2016-07-211-8/+18
* netfilter: Add helper array register/unregister functionsGao Feng2016-07-216-181/+150
* netfilter: nft_ct: fix unpaired nf_connlabels_get/put callLiping Zhang2016-07-191-6/+19
* netfilter: x_tables: speed up jump target validationFlorian Westphal2016-07-184-64/+123
* netfilter: conntrack: protect early_drop by rcu read lockLiping Zhang2016-07-121-0/+3
* netfilter: nf_conntrack_h323: fix off-by-one in DecodeQ931Toby DiPasquale2016-07-111-1/+2
* Merge tag 'ipvs-for-v4.8' of https://git.kernel.org/pub/scm/linux/kernel/git/...Pablo Neira Ayuso2016-07-111-2/+23
|\
| * ipvs: count pre-established TCP states as activeMichal Kubecek2016-07-071-2/+23
* | netfilter: nf_tables: get rid of possible_net_t from set and basechainPablo Neira Ayuso2016-07-114-29/+29
* | netfilter: nft_ct: make byte/packet expr more friendlyLiping Zhang2016-07-111-0/+3
* | netfilter: physdev: physdev-is-out should not work with OUTPUT chainHangbin Liu2016-07-111-4/+4
* | netfilter: nat: convert nat bysrc hash to rhashtableFlorian Westphal2016-07-111-58/+68
* | netfilter: move nat hlist_head to nf_connFlorian Westphal2016-07-112-39/+9
* | netfilter: conntrack: simplify early_dropFlorian Westphal2016-07-111-48/+47
* | netfilter: nf_ct_helper: unlink helper again when hash resize happenLiping Zhang2016-07-111-6/+13
* | netfilter: cttimeout: unlink timeout obj again when hash resize happenLiping Zhang2016-07-111-6/+14
* | netfilter: conntrack: fix race between nf_conntrack proc read and hash resizeLiping Zhang2016-07-113-9/+36
* | Merge tag 'mac80211-next-for-davem-2016-07-06' of git://git.kernel.org/pub/sc...David S. Miller2016-07-0715-104/+297
|\ \
| * | cfg80211: Add mesh peer AID setting APIMasashi Honma2016-07-062-0/+7
| * | mac80211: parse wide bandwidth channel switch IE with workaroundJohannes Berg2016-07-061-28/+17
| * | mac80211: report failure to start (partial) scan as scan abortJohannes Berg2016-07-061-2/+3
| * | mac80211: Add support for beacon report radio measurementAvraham Stern2016-07-062-8/+35
| * | nl80211: support beacon report scanningAvraham Stern2016-07-066-18/+85
| * | nl80211: Add API to support VHT MU-MIMO air snifferAviya Erenfeld2016-07-061-0/+36
| * | mac80211: agg-rx: refuse ADDBA Request with timeout updateJohannes Berg2016-07-061-0/+18
| * | mac80211: fix fq lockdep warningsMichal Kazior2016-06-301-0/+4
| * | mac80211: use common cleanup for user/!user_mpmBob Copeland2016-06-302-23/+13
| * | mac80211: Encrypt "Group addressed privacy" action framesMasashi Honma2016-06-302-2/+11
| * | mac80211: silence an uninitialized variable warningDan Carpenter2016-06-301-0/+1
| * | nl80211: improve nl80211_parse_mesh_config type checkingArnd Bergmann2016-06-301-30/+74
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-07-0610-35/+65
|\ \ \
| * | | ipv6: Fix mem leak in rt6i_pcpuMartin KaFai Lau2016-07-051-0/+1
| * | | net: fix decnet rtnexthop parsingVegard Nossum2016-07-051-9/+12
| * | | RDS: fix rds_tcp_init() error pathVegard Nossum2016-07-051-2/+3
| * | | tipc: fix nl compat regression for link statisticsRichard Alpe2016-07-011-1/+1
| * | | net_sched: fix mirrored packets checksumWANG Cong2016-07-012-19/+1
| * | | packet: Use symmetric hash for PACKET_FANOUT_HASH.David S. Miller2016-07-012-1/+44
| * | | ipv4: Fix ip_skb_dst_mtu to use the sk passed by ip_finish_outputShmulik Ladkani2016-06-302-3/+3
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2016-07-0629-495/+589
|\ \ \ \ | | |_|/ | |/| |
| * | | netfilter: nf_log: fix error on write NONE to logger choice sysctlPavel Tikhomirov2016-07-051-5/+6
| * | | netfilter: Convert FWINV<[foo]> macros and uses to NF_INVFJoe Perches2016-07-0310-136/+140
| * | | netfilter: Remove references to obsolete CONFIG_IP_ROUTE_FWMARKMoritz Sichert2016-07-011-6/+4
| * | | etherdevice.h & bridge: netfilter: Add and use ether_addr_equal_maskedJoe Perches2016-07-013-49/+34
| * | | netfilter: x_tables: simplify ip{6}table_mangle_hook()Pablo Neira Ayuso2016-07-012-8/+0
| * | | netfilter: nf_tables: add support for inverted logic in nft_lookupArturo Borrero2016-06-241-5/+32
| * | | netfilter: nf_tables: get rid of NFT_BASECHAIN_DISABLEDPablo Neira Ayuso2016-06-241-37/+25
| * | | netfilter: conntrack: allow increasing bucket size via sysctl tooFlorian Westphal2016-06-242-18/+59
| * | | netfilter: nft_hash: support deletion of inactive elementsPablo Neira Ayuso2016-06-241-2/+4
| * | | netfilter: nft_rbtree: check for next generation when deactivating elementsPablo Neira Ayuso2016-06-241-1/+1