Age | Commit message (Expand) | Author |
2013-09-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-08-28 | xfrm: Fix potential null pointer dereference in xdst_queue_output | Steffen Klassert |
2013-08-19 | xfrm: remove irrelevant comment in xfrm_input(). | Rami Rosen |
2013-08-19 | xfrm: choose protocol family by skb protocol | Hannes Frederic Sowa |
2013-08-16 | xfrm: Make xfrm_state timer monotonic | Fan Du |
2013-08-14 | xfrm: make local error reporting more robust | Hannes Frederic Sowa |
2013-08-06 | xfrm: Delete hold_timer when destroy policy | Fan Du |
2013-08-05 | xfrm: constify mark argument of xfrm_find_acq() | Mathias Krause |
2013-07-31 | net: split rt_genid for ipv4 and ipv6 | fan.du |
2013-06-26 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2013-06-06 | xfrm: add LINUX_MIB_XFRMACQUIREERROR statistic counter | Fan Du |
2013-06-05 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-06-04 | xfrm: simplify the exit path of xfrm_output_one() | Jean Sacren |
2013-05-31 | xfrm: force a garbage collection after deleting a policy | Paul Moore |
2013-05-28 | net: pass info struct via netdevice notifier | Jiri Pirko |
2013-05-23 | xfrm: properly handle invalid states as an error | Timo Teräs |
2013-05-02 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6 | Linus Torvalds |
2013-04-25 | xfrm: add rfc4494 AES-CMAC-96 support | Jussi Kivilinna |
2013-04-11 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2013-04-01 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-03-27 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2013-03-25 | xfrm: Fix esn sequence number diff calculation in xfrm_replay_notify_esn() | Mathias Krause |
2013-03-20 | xfrm: Fix replay notification for esn. | Steffen Klassert |
2013-03-19 | xfrm: use xfrm direction when lookup policy | Baker Zhang |
2013-03-06 | xfrm_user: constify netlink dispatch table | Mathias Krause |
2013-03-06 | xfrm: allow to avoid copying DSCP during encapsulation | Nicolas Dichtel |
2013-02-27 | hlist: drop the node parameter from iterators | Sasha Levin |
2013-02-21 | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds |
2013-02-18 | net: proc: change proc_net_remove to remove_proc_entry | Gao feng |
2013-02-18 | net: proc: change proc_net_fops_create to proc_create | Gao feng |
2013-02-14 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2013-02-11 | xfrm: Allow inserting policies with matching mark and different priorities | Steffen Klassert |
2013-02-06 | xfrm: Add a state resolution packet queue | Steffen Klassert |
2013-02-01 | xfrm: fix a unbalanced lock | Li RongQing |
2013-02-01 | pf_key/xfrm_algo: prepare pf_key and xfrm_algo for new algorithms without pfk... | Jussi Kivilinna |
2013-01-29 | xfrm: Convert xfrm_addr_cmp() to boolean xfrm_addr_equal(). | YOSHIFUJI Hideaki / 吉藤英明 |
2013-01-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller |
2013-01-21 | xfrm: fix freed block size calculation in xfrm_policy_fini() | Michal Kubecek |
2013-01-18 | net/xfrm/xfrm_replay: avoid division by zero | Nickolai Zeldovich |
2013-01-17 | xfrm: use separated locks to protect pointers of struct xfrm_state_afinfo | Cong Wang |
2013-01-16 | xfrm: replace rwlock on xfrm_km_list with rcu | Cong Wang |
2013-01-16 | xfrm: replace rwlock on xfrm_state_afinfo with rcu | Cong Wang |
2013-01-11 | net/xfrm: remove depends on CONFIG_EXPERIMENTAL | Kees Cook |
2013-01-08 | xfrm_algo: probe asynchronous block ciphers instead of synchronous | Jussi Kivilinna |
2013-01-07 | xfrm: removes a superfluous check and add a statistic | Li RongQing |
2012-11-22 | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller |
2012-11-18 | net: Allow userns root to control llc, netfilter, netlink, packet, and xfrm | Eric W. Biederman |
2012-11-18 | net: Don't export sysctls to unprivileged users | Eric W. Biederman |
2012-11-13 | net: xfrm: use __this_cpu_read per-cpu helper | Shan Wei |
2012-11-08 | xfrm: remove redundant replay_esn check | Ulrich Weber |