aboutsummaryrefslogtreecommitdiffstats
path: root/net/netfilter
Commit message (Expand)AuthorAgeFilesLines
* netfilter: x_tables: check for size overflowFlorian Westphal2016-10-291-0/+4
* Replace %p with %pK to prevent leaking kernel addressMohamad Ayyash2016-10-291-1/+1
* security: remove the security_netlink_recv hook as it is equivalent to capable()Eric Paris2016-03-111-1/+1
* nf: IDLETIMER: Adds the uid field in the msgRuchi Kandoi2016-03-111-5/+32
* netfilter: IDLETIMER: fix invalid deference of timerJP Abgrall2016-03-111-1/+1
* nf: Remove compilation error caused byRuchi Kandoi2016-03-111-1/+0
* nf: IDLETIMER: time-stamp and suspend/resume handling.Ruchi Kandoi2016-03-111-18/+152
* netfilter: nf_conntrack_dccp: fix skb_header_pointer API usagesDaniel Borkmann2016-01-051-3/+3
* netfilter: conntrack: disable generic tracking for known protocolsFlorian Westphal2016-01-051-1/+25
* Merge remote-tracking branch 'linux/linux-3.0.y' into stable-newpvrZiyann2014-11-262-6/+2
|\
| * ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-10-131-1/+1
| * ipvs: ip_vs_sip_fill_param() BUG: bad check of return valueHans Schillstrom2013-05-111-5/+1
* | netfilter: xt_IDLETIMER: Revert to retain the kernel API format.Ashish Sharma2014-11-201-6/+6
* | nf: xt_qtaguid: fix handling for cases where tunnels are used.JP Abgrall2014-11-201-81/+69
* | netfilter: qtaguid: rate limit some of the printksJP Abgrall2014-11-201-6/+7
* | Merge tag 'v3.0.68' into android-3.0Colin Cross2013-03-132-3/+3
|\ \ | |/
| * rtnetlink: Compute and store minimum ifinfo dump sizeGreg Rose2013-01-172-3/+3
* | netfilter: xt_qtaguid: Allow tracking loopbackJP Abgrall2013-02-071-15/+4
* | netfilter: xt_qtaguid: extend iface stat to report protocolsJP Abgrall2013-01-293-43/+82
* | netfilter: xt_qtaguid: remove AID_* dependency for access controlJP Abgrall2013-01-301-25/+26
* | netfilter: qtaguid: Don't BUG_ON if create_if_tag_stat failsPontus Fuchs2013-01-301-0/+5
* | netfilter: xt_qtaguid: fix error exit that would keep a spinlock.JP Abgrall2013-01-301-2/+2
* | Merge commit 'v3.0.58' into android-3.0Todd Poynor2013-01-151-19/+10
|\ \ | |/
| * netfilter: Mark SYN/ACK packets as invalid from original directionJozsef Kadlecsik2012-11-261-11/+8
| * netfilter: Validate the sequence number of dataless ACK packets as wellJozsef Kadlecsik2012-11-261-8/+2
* | Merge remote-tracking branch 'stable/linux-3.0.y' into android-3.0Todd Poynor2012-11-015-42/+30
|\ \ | |/
| * netfilter: xt_limit: have r->cost != 0 case workJan Engelhardt2012-10-211-4/+4
| * netfilter: limit, hashlimit: avoid duplicated inlineFlorian Westphal2012-10-212-8/+5
| * netfilter: nf_ct_expect: fix possible access to uninitialized timerPablo Neira Ayuso2012-10-211-23/+6
| * netfilter: nf_conntrack: fix racy timer handling with reliable eventsPablo Neira Ayuso2012-10-211-5/+11
| * ipvs: fix oops in ip_vs_dst_event on rmmodJulian Anastasov2012-10-211-2/+3
| * ipvs: fix info leak in getsockopt(IP_VS_SO_GET_TIMEOUT)Mathias Krause2012-10-021-0/+1
* | netfilter: xt_qtaguid: report only uid tags to non-privileged processesJP Abgrall2012-08-281-2/+3
* | netfilter: xt_IDLETIMER: Rename INTERFACE to LABEL in netlink notification.Ashish Sharma2012-08-131-6/+6
* | netfilter: xt_qtaguid: start tracking iface rx/tx at low levelJP Abgrall2012-05-043-67/+233
* | netfilter: xt_IDLETIMER: Use uevent instead of new netlink msg typeJP Abgrall2012-05-041-46/+20
* | Merge linux-stable 3.0.28 into android-3.0Todd Poynor2012-04-191-1/+1
|\ \ | |/
| * ipvs: fix matching of fwmark templates during schedulingSimon Horman2012-02-291-1/+1
* | netfilter: xt_qtaguid: fix ipv6 protocol lookupJP Abgrall2012-04-171-7/+32
* | netfilter: qtaguid: initialize a local var to keep compiler happy.JP Abgrall2012-04-171-1/+12
* | xt_IDLETIMER:Ashish Sharma2012-04-051-7/+98
* | Merge commit 'v3.0.8' into android-3.0Colin Cross2011-10-271-0/+1
|\ \ | |/
| * IPVS: Free resources on module removalSimon Horman2011-08-151-0/+1
* | netfilter: xt_qtaguid: fix crash on ctrl delete commandJP Abgrall2011-10-071-1/+9
* | netfilter: xt_qtaguid: Fix the stats info display orderAshish Sharma2011-10-061-6/+6
* | netfilter: xt_qtaguid: add missing tracking for no filp caseJP Abgrall2011-09-292-5/+26
* | netfilter: xt_qtaguid: fix crash after using delete ctrl commandJP Abgrall2011-09-254-196/+449
* | netfilter: xt_qtaguid: change WARN_ONCE into pr_warn_onceJP Abgrall2011-09-201-11/+14
* | netfilter: xt_qtaguid: provide an iface_stat_all proc entryJP Abgrall2011-09-203-49/+151
* | netfilter: xt_qtaguid: work around devices that reset their statsJP Abgrall2011-09-154-40/+159