| Commit message (Expand) | Author | Age | Files | Lines |
* | {pktgen, xfrm} Show spi value properly when ipsec turned on | Fan Du | 2014-01-03 | 1 | -1/+4 |
* | {pktgen, xfrm} Introduce xfrm_state_lookup_byspi for pktgen | Fan Du | 2014-01-03 | 2 | -7/+37 |
* | {pktgen, xfrm} Construct skb dst for tunnel mode transformation | Fan Du | 2014-01-03 | 1 | -1/+27 |
* | {pktgen, xfrm} Using "pgset spi xxx" to spedifiy SA for a given flow | Fan Du | 2014-01-03 | 1 | -0/+12 |
* | {pktgen, xfrm} Correct xfrm_state_lock usage in xfrm_stateonly_find | Fan Du | 2014-01-03 | 1 | -2/+2 |
* | {pktgen, xfrm} Add statistics counting when transforming | Fan Du | 2014-01-03 | 1 | -3/+7 |
* | {pktgen, xfrm} Correct xfrm state lock usage when transforming | Fan Du | 2014-01-03 | 1 | -3/+2 |
* | xfrm: checkpatch erros with inline keyword position | Weilong Chen | 2014-01-02 | 1 | -3/+3 |
* | xfrm: fix checkpatch error | Weilong Chen | 2014-01-02 | 1 | -2/+2 |
* | xfrm: checkpatch erros with space prohibited | Weilong Chen | 2014-01-02 | 2 | -4/+4 |
* | xfrm: checkpatch errors with foo * bar | Weilong Chen | 2014-01-02 | 3 | -13/+13 |
* | xfrm: checkpatch errors with space | Weilong Chen | 2014-01-02 | 4 | -13/+13 |
* | bridge: change the position of '{' to the pre line | tanxiaojun | 2013-12-19 | 4 | -18/+9 |
* | bridge: change "foo* bar" to "foo *bar" | tanxiaojun | 2013-12-19 | 2 | -10/+10 |
* | bridge: add space before '(/{', after ',', etc. | tanxiaojun | 2013-12-19 | 7 | -12/+12 |
* | bridge: remove unnecessary parentheses | tanxiaojun | 2013-12-19 | 2 | -3/+3 |
* | bridge: remove unnecessary condition judgment | tanxiaojun | 2013-12-19 | 2 | -4/+2 |
* | rps: NUMA flow limit allocations | Eric Dumazet | 2013-12-19 | 1 | -1/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2013-12-19 | 23 | -223/+222 |
|\ |
|
| * | xfrm: export verify_userspi_info for pkfey and netlink interface | Fan Du | 2013-12-16 | 3 | -24/+31 |
| * | xfrm: check user specified spi for IPComp | Fan Du | 2013-12-16 | 1 | -1/+3 |
| * | net: Remove FLOWI_FLAG_CAN_SLEEP | Steffen Klassert | 2013-12-06 | 19 | -35/+25 |
| * | xfrm: Remove ancient sleeping when the SA is in acquire state | Steffen Klassert | 2013-12-06 | 3 | -42/+5 |
| * | xfrm: Namespacify xfrm state/policy locks | Fan Du | 2013-12-06 | 4 | -108/+129 |
| * | xfrm: Using the right namespace to migrate key info | Fan Du | 2013-12-06 | 3 | -7/+9 |
| * | xfrm: Try to honor policy index if it's supplied by user | Fan Du | 2013-12-06 | 2 | -6/+20 |
* | | sch_cbq: remove unnecessary null pointer check | Yang Yingliang | 2013-12-19 | 1 | -2/+1 |
* | | act_police: remove unnecessary null pointer check | Yang Yingliang | 2013-12-19 | 1 | -4/+2 |
* | | net-qdisc-hhf: Heavy-Hitter Filter (HHF) qdisc | Terry Lam | 2013-12-19 | 3 | -0/+756 |
* | | bridge: spelling fixes | tanxiaojun | 2013-12-18 | 3 | -3/+3 |
* | | ipv6: support IPV6_PMTU_INTERFACE on sockets | Hannes Frederic Sowa | 2013-12-18 | 6 | -5/+17 |
* | | ipv4: new ip_no_pmtu_disc mode to always discard incoming frag needed msgs | Hannes Frederic Sowa | 2013-12-18 | 1 | -1/+3 |
* | | inet: make no_pmtu_disc per namespace and kill ipv4_config | Hannes Frederic Sowa | 2013-12-18 | 5 | -14/+11 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2013-12-18 | 31 | -157/+311 |
|\ \ |
|
| * | | neigh: Netlink notification for administrative NUD state change | Bob Gilligan | 2013-12-17 | 1 | -0/+1 |
| * | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2013-12-17 | 3 | -1/+3 |
| |\ \ |
|
| | * | | netfilter: nft_reject: fix endianness in dump function | Eric Leblond | 2013-12-12 | 1 | -1/+1 |
| | * | | netfilter: SYNPROXY target: restrict to INPUT/FORWARD | Patrick McHardy | 2013-12-11 | 2 | -0/+2 |
| * | | | net: unix: allow bind to fail on mutex lock | Sasha Levin | 2013-12-17 | 1 | -2/+6 |
| * | | | udp: ipv4: do not use sk_dst_lock from softirq context | Eric Dumazet | 2013-12-17 | 1 | -9/+4 |
| * | | | sctp: loading sctp when load sctp_probe | wangweidong | 2013-12-16 | 1 | -1/+16 |
| * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2013-12-15 | 59 | -291/+472 |
| |\ \ \ |
|
| | * | | | sch_tbf: use do_div() for 64-bit divide | Yang Yingliang | 2013-12-11 | 1 | -2/+4 |
| | * | | | udp: ipv4: must add synchronization in udp_sk_rx_dst_set() | Eric Dumazet | 2013-12-11 | 1 | -6/+16 |
| | * | | | udp: ipv4: fix potential use after free in udp_v4_early_demux() | Eric Dumazet | 2013-12-11 | 1 | -3/+6 |
| | * | | | net: sched: htb: fix the calculation of quantum | Yang Yingliang | 2013-12-11 | 1 | -8/+12 |
| | * | | | net: sched: tbf: fix the calculation of max_size | Yang Yingliang | 2013-12-11 | 1 | -45/+70 |
| | |/ / |
|
| | * | | udp: ipv4: fix an use after free in __udp4_lib_rcv() | Eric Dumazet | 2013-12-10 | 1 | -10/+6 |
| | * | | sctp: fix up a spacing | wangweidong | 2013-12-10 | 1 | -5/+2 |
| | * | | sctp: add check rto_min and rto_max in sysctl | wangweidong | 2013-12-10 | 1 | -4/+65 |