Age | Commit message (Expand) | Author | Files | Lines |
2009-09-02 | net: file_operations should be const | Stephen Hemminger | 1 | -1/+1 |
2009-08-09 | Fix xfrm hash collisions by changing __xfrm4_daddr_saddr_hash to hash address... | Jussi Mäki | 1 | -1/+1 |
2009-06-29 | xfrm: use xfrm_addr_cmp() instead of compare addresses directly | Wei Yongjun | 1 | -49/+8 |
2009-06-24 | ipsec: Fix name of CAST algorithm | Herbert Xu | 1 | -2/+2 |
2009-06-09 | xfrm: Use frag list abstraction interfaces. | David S. Miller | 1 | -22/+19 |
2009-06-03 | net: skb->dst accessors | Eric Dumazet | 3 | -13/+19 |
2009-04-27 | xfrm: wrong hash value for temporary SA | Nicolas Dichtel | 1 | -3/+3 |
2009-03-27 | xfrm: spin_lock() should be spin_unlock() in xfrm_state.c | Chuck Ebbert | 1 | -1/+1 |
2009-03-13 | xfrm: Fix xfrm_state_find() wrt. wildcard source address. | David S. Miller | 1 | -32/+58 |
2009-01-20 | Revert "xfrm: For 32/64 compatability wrt. xfrm_usersa_info" | David S. Miller | 1 | -9/+2 |
2009-01-14 | xfrm: For 32/64 compatability wrt. xfrm_usersa_info | David S. Miller | 1 | -2/+9 |
2009-01-11 | ipcomp: Remove spurious truesize increase | Herbert Xu | 1 | -1/+0 |
2008-12-29 | net: make xfrm_statistics_seq_show use generic snmp_fold_field | Rusty Russell | 1 | -15/+2 |
2008-12-18 | Revert "xfrm: Accept ESP packets regardless of UDP encapsulation mode" | David S. Miller | 1 | -0/+5 |
2008-12-14 | xfrm: join error paths | Ilpo Järvinen | 1 | -10/+12 |
2008-12-04 | xfrm: Accept ESP packets regardless of UDP encapsulation mode | Martin Willi | 1 | -5/+0 |
2008-12-03 | xfrm: Accept XFRM_STATE_AF_UNSPEC SAs on IPv4/IPv6 only hosts | Martin Willi | 1 | -15/+11 |
2008-12-03 | xfrm: Cleanup for unlink SPD entry | Wei Yongjun | 1 | -25/+10 |
2008-12-03 | Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne... | David S. Miller | 1 | -0/+1 |
2008-12-03 | xfrm: Fix kernel panic when flush and dump SPD entries | Wei Yongjun | 1 | -0/+1 |
2008-11-25 | netns xfrm: per-netns sysctls | Alexey Dobriyan | 5 | -19/+100 |
2008-11-25 | netns xfrm: /proc/net/xfrm_stat in netns | Alexey Dobriyan | 2 | -18/+19 |
2008-11-25 | netns xfrm: per-netns MIBs | Alexey Dobriyan | 4 | -54/+67 |
2008-11-25 | netns xfrm: flush SA/SPDs on netns stop | Alexey Dobriyan | 2 | -0/+22 |
2008-11-25 | netns xfrm: ->get_saddr in netns | Alexey Dobriyan | 1 | -3/+4 |
2008-11-25 | netns xfrm: ->dst_lookup in netns | Alexey Dobriyan | 1 | -3/+4 |
2008-11-25 | netns xfrm: KM reporting in netns | Alexey Dobriyan | 2 | -5/+4 |
2008-11-25 | netns xfrm: pass netns with KM notifications | Alexey Dobriyan | 1 | -2/+4 |
2008-11-25 | netns xfrm: xfrm_user module in netns | Alexey Dobriyan | 1 | -31/+45 |
2008-11-25 | netns xfrm: per-netns NETLINK_XFRM socket | Alexey Dobriyan | 3 | -41/+77 |
2008-11-25 | netns xfrm: xfrm_input() fixup | Alexey Dobriyan | 1 | -1/+2 |
2008-11-25 | netns xfrm: dst garbage-collecting in netns | Alexey Dobriyan | 1 | -2/+2 |
2008-11-25 | netns xfrm: flushing/pruning bundles in netns | Alexey Dobriyan | 1 | -11/+8 |
2008-11-25 | netns xfrm: xfrm_route_forward() in netns | Alexey Dobriyan | 1 | -1/+2 |
2008-11-25 | netns xfrm: xfrm_policy_check in netns | Alexey Dobriyan | 1 | -2/+3 |
2008-11-25 | netns xfrm: lookup in netns | Alexey Dobriyan | 1 | -18/+20 |
2008-11-25 | netns xfrm: policy walking in netns | Alexey Dobriyan | 2 | -4/+4 |
2008-11-25 | netns xfrm: finding policy in netns | Alexey Dobriyan | 2 | -11/+11 |
2008-11-25 | netns xfrm: policy flushing in netns | Alexey Dobriyan | 2 | -12/+12 |
2008-11-25 | netns xfrm: policy insertion in netns | Alexey Dobriyan | 1 | -22/+24 |
2008-11-25 | netns xfrm: propagate netns into policy byidx hash | Alexey Dobriyan | 1 | -6/+6 |
2008-11-25 | netns xfrm: state walking in netns | Alexey Dobriyan | 2 | -4/+4 |
2008-11-25 | netns xfrm: finding states in netns | Alexey Dobriyan | 2 | -37/+40 |
2008-11-25 | netns xfrm: fixup xfrm_alloc_spi() | Alexey Dobriyan | 1 | -2/+2 |
2008-11-25 | netns xfrm: state lookup in netns | Alexey Dobriyan | 3 | -22/+26 |
2008-11-25 | netns xfrm: state flush in netns | Alexey Dobriyan | 2 | -10/+10 |
2008-11-25 | netns xfrm: trivial netns propagations | Alexey Dobriyan | 2 | -31/+43 |
2008-11-25 | netns xfrm: propagate netns into bydst/bysrc/byspi hash functions | Alexey Dobriyan | 1 | -21/+23 |
2008-11-25 | netns xfrm: per-netns policy hash resizing work | Alexey Dobriyan | 1 | -26/+26 |
2008-11-25 | netns xfrm: per-netns policy counts | Alexey Dobriyan | 1 | -18/+16 |