summaryrefslogtreecommitdiffstats
path: root/net/core/filter.c
Commit message (Expand)AuthorAgeFilesLines
* [NET]: Fix bug in sk_filter race cures.Olof Johansson2007-10-191-1/+2
* [NET]: Fix the race between sk_filter_(de|at)tach and sk_clone()Pavel Emelyanov2007-10-181-2/+21
* [NET]: Cleanup the error path in sk_attach_filterPavel Emelyanov2007-10-181-12/+11Star
* [NET]: Move the filter releasing into a separate callPavel Emelyanov2007-10-181-2/+2
* [NET]: Introduce the sk_detach_filter() callPavel Emelyanov2007-10-181-0/+16
* [SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo2007-04-261-1/+1
* [SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo2007-04-261-1/+1
* [PATCH] remove many unneeded #includes of sched.hTim Schmielau2007-02-141-1/+0Star
* [NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki2007-02-111-4/+4
* [NET] net/core: Annotations.Al Viro2006-12-031-3/+3
* [NET]: Fix sk->sk_filter field accessDmitry Mishin2006-09-231-4/+4
* unaligned access in sk_run_filter()Dmitry Mishin2006-04-191-2/+3
* [NET]: more whitespace issues in net/core/filter.cKris Katterjohn2006-01-241-3/+3
* [NET]: Fix whitespace issues in net/core/filter.cKris Katterjohn2006-01-171-7/+6Star
* [NET]: Clean up comments for sk_chk_filter()Kris Katterjohn2006-01-131-7/+3Star
* [NET]: Change sk_run_filter()'s return type in net/core/filter.cKris Katterjohn2006-01-061-3/+3
* [NET]: More instruction checks fornet/core/filter.cKris Katterjohn2006-01-041-32/+80
* [NET]: Validate socket filters against BPF_MAXINSNS in one spot.David S. Miller2005-12-271-2/+2
* [NET]: Reject socket filter if division by constant zero is attempted.Kris Katterjohn2005-11-201-2/+4
* [NET]: 2.6.13 breaks libpcap (and tcpdump)Herbert Xu2005-09-061-3/+3
* [NET]: net/core/filter.c: make len cover the entire packetPatrick McHardy2005-07-051-6/+2Star
* [NET]: Consolidate common code in net/core/filter.cPatrick McHardy2005-07-051-57/+33Star
* [NET]: Remove redundant code in net/core/filter.cPatrick McHardy2005-07-051-12/+0Star
* Linux-2.6.12-rc2Linus Torvalds2005-04-171-0/+432