aboutsummaryrefslogtreecommitdiff
path: root/net/core/filter.c
AgeCommit message (Expand)Author
2010-04-22net: Socket filter ancilliary data access for skb->dev->typePaul LeoNerd Evans
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-28Merge branch 'master' of /home/davem/src/GIT/linux-2.6/David S. Miller
2010-02-25net: Add checking to rcu_dereference() primitivesPaul E. McKenney
2010-02-17net: export attach/detach filter routinesMichael S. Tsirkin
2009-10-20filter: Add SKF_AD_QUEUE instructionEric Dumazet
2009-10-19pkt_sched: ingress socket filter by markjamal
2008-11-20filter: add SKF_AD_NLATTR_NEST to look for nested attributesPablo Neira Ayuso
2008-07-01net: Tyop of sk_filter() commentWang Chen
2008-05-02net: use get/put_unaligned_* helpersHarvey Harrison
2008-04-10[SKFILTER]: Add SKF_ADF_NLATTR instructionPatrick McHardy
2008-04-10socket: sk_filter deinlineStephen Hemminger
2008-04-10socket: sk_filter minor cleanupsStephen Hemminger
2007-10-18[NET]: Fix bug in sk_filter race cures.Olof Johansson
2007-10-17[NET]: Fix the race between sk_filter_(de|at)tach and sk_clone()Pavel Emelyanov
2007-10-17[NET]: Cleanup the error path in sk_attach_filterPavel Emelyanov
2007-10-17[NET]: Move the filter releasing into a separate callPavel Emelyanov
2007-10-17[NET]: Introduce the sk_detach_filter() callPavel Emelyanov
2007-04-25[SK_BUFF]: Convert skb->tail to sk_buff_data_tArnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_network_header()Arnaldo Carvalho de Melo
2007-04-25[SK_BUFF]: Introduce skb_mac_header()Arnaldo Carvalho de Melo
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2007-02-10[NET] CORE: Fix whitespace errors.YOSHIFUJI Hideaki
2006-12-02[NET] net/core: Annotations.Al Viro
2006-09-22[NET]: Fix sk->sk_filter field accessDmitry Mishin
2006-04-18unaligned access in sk_run_filter()Dmitry Mishin
2006-01-23[NET]: more whitespace issues in net/core/filter.cKris Katterjohn
2006-01-17[NET]: Fix whitespace issues in net/core/filter.cKris Katterjohn
2006-01-13[NET]: Clean up comments for sk_chk_filter()Kris Katterjohn
2006-01-06[NET]: Change sk_run_filter()'s return type in net/core/filter.cKris Katterjohn
2006-01-04[NET]: More instruction checks fornet/core/filter.cKris Katterjohn
2005-12-27[NET]: Validate socket filters against BPF_MAXINSNS in one spot.David S. Miller
2005-11-20[NET]: Reject socket filter if division by constant zero is attempted.Kris Katterjohn
2005-09-05[NET]: 2.6.13 breaks libpcap (and tcpdump)Herbert Xu
2005-07-05[NET]: net/core/filter.c: make len cover the entire packetPatrick McHardy
2005-07-05[NET]: Consolidate common code in net/core/filter.cPatrick McHardy
2005-07-05[NET]: Remove redundant code in net/core/filter.cPatrick McHardy
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds