Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | | | | | | | | tipc: unconditionally put sock refcnt when sock timer to be deleted is pending | Ying Xue | 2015-05-31 | 1 | -5/+2 | |
* | | | | | | | | | bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fields | Alexei Starovoitov | 2015-05-31 | 1 | -0/+18 | |
* | | | | | | | | | net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MIN | Sorin Dumitru | 2015-05-31 | 1 | -4/+6 | |
| |_|/ / / / / / |/| | | | | | | | ||||||
* | | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse... | David S. Miller | 2015-05-29 | 3 | -30/+28 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | xfrm: optimise to search the inexact policy list | Li RongQing | 2015-05-18 | 1 | -3/+8 | |
| * | | | | | | | | xfrm: move the checking for old xfrm_policy hold_queue to beginning | Li RongQing | 2015-05-05 | 1 | -3/+3 | |
| * | | | | | | | | xfrm: remove the unnecessary checking before call xfrm_pol_hold | Li RongQing | 2015-05-05 | 1 | -4/+3 | |
| * | | | | | | | | xfrm: slightly optimise xfrm_input | Li RongQing | 2015-04-24 | 1 | -5/+5 | |
| * | | | | | | | | xfrm: fix the return code when xfrm_*_register_afinfo failed | Li RongQing | 2015-04-23 | 3 | -3/+3 | |
| * | | | | | | | | xfrm: optimise the use of walk list header in xfrm_policy/state_walk | Li RongQing | 2015-04-23 | 2 | -2/+4 | |
| * | | | | | | | | xfrm: remove the xfrm_queue_purge definition | Li RongQing | 2015-04-23 | 1 | -10/+2 | |
* | | | | | | | | | tcp/dccp: warn user for preferred ip_local_port_range | Eric Dumazet | 2015-05-27 | 1 | -0/+6 | |
* | | | | | | | | | tcp: connect() from bound sockets can be faster | Eric Dumazet | 2015-05-27 | 2 | -4/+13 | |
* | | | | | | | | | tcp/dccp: try to not exhaust ip_local_port_range in connect() | Eric Dumazet | 2015-05-27 | 2 | -3/+9 | |
* | | | | | | | | | ip_fragment: don't forward defragmented DF packet | Florian Westphal | 2015-05-27 | 2 | -7/+36 | |
* | | | | | | | | | net: ipv4: avoid repeated calls to ip_skb_dst_mtu helper | Florian Westphal | 2015-05-27 | 1 | -7/+12 | |
* | | | | | | | | | ipv4: Fix fib_trie.c build, missing linux/vmalloc.h include. | David S. Miller | 2015-05-27 | 1 | -0/+1 | |
* | | | | | | | | | tcp: tcp_tso_autosize() minimum is one packet | Eric Dumazet | 2015-05-27 | 3 | -4/+7 | |
* | | | | | | | | | tcp: fix/cleanup inet_ehash_locks_alloc() | Eric Dumazet | 2015-05-27 | 1 | -0/+31 | |
* | | | | | | | | | tipc: fix bug in link protocol message create function | Jon Paul Maloy | 2015-05-27 | 1 | -2/+0 | |
* | | | | | | | | | net: fix inet_proto_csum_replace4() sparse errors | Eric Dumazet | 2015-05-26 | 1 | -5/+7 | |
* | | | | | | | | | net: remove a sparse error in secure_dccpv6_sequence_number() | Eric Dumazet | 2015-05-26 | 1 | -1/+1 | |
* | | | | | | | | | bridge: skip fdb add if the port shouldn't learn | Wilson Kok | 2015-05-26 | 1 | -0/+6 | |
* | | | | | | | | | pktgen: remove one sparse error | Eric Dumazet | 2015-05-26 | 1 | -5/+5 | |
* | | | | | | | | | ipv6: ipv6_select_ident() returns a __be32 | Eric Dumazet | 2015-05-26 | 1 | -3/+3 | |
* | | | | | | | | | irda: use msecs_to_jiffies for conversion to jiffies | Nicholas Mc Guire | 2015-05-25 | 1 | -2/+2 | |
* | | | | | | | | | bridge: allow setting hash_max + multicast_router if interface is down | Linus Lüssing | 2015-05-25 | 1 | -21/+3 | |
* | | | | | | | | | ipv6: don't increase size when refragmenting forwarded ipv6 skbs | Florian Westphal | 2015-05-25 | 1 | -11/+18 | |
* | | | | | | | | | ipv6: Create percpu rt6_info | Martin KaFai Lau | 2015-05-25 | 2 | -17/+139 | |
* | | | | | | | | | ipv6: Break up ip6_rt_copy() | Martin KaFai Lau | 2015-05-25 | 1 | -49/+41 | |
* | | | | | | | | | ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregister | Martin KaFai Lau | 2015-05-25 | 1 | -2/+76 | |
* | | | | | | | | | ipv6: Create RTF_CACHE clone when FLOWI_FLAG_KNOWN_NH is set | Martin KaFai Lau | 2015-05-25 | 1 | -10/+49 | |
* | | | | | | | | | ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flags | Martin KaFai Lau | 2015-05-25 | 3 | -4/+13 | |
* | | | | | | | | | ipv6: Add rt6_get_cookie() function | Martin KaFai Lau | 2015-05-25 | 5 | -9/+6 | |
* | | | | | | | | | ipv6: Only create RTF_CACHE routes after encountering pmtu exception | Martin KaFai Lau | 2015-05-25 | 2 | -49/+52 | |
* | | | | | | | | | ipv6: Combine rt6_alloc_cow and rt6_alloc_clone | Martin KaFai Lau | 2015-05-25 | 1 | -25/+20 | |
* | | | | | | | | | ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCAST | Martin KaFai Lau | 2015-05-25 | 6 | -13/+10 | |
* | | | | | | | | | ipv6: Remove external dependency on rt6i_dst and rt6i_src | Martin KaFai Lau | 2015-05-25 | 7 | -15/+21 | |
* | | | | | | | | | ipv6: Clean up ipv6_select_ident() and ip6_fragment() | Martin KaFai Lau | 2015-05-25 | 2 | -14/+8 | |
* | | | | | | | | | ip: reject too-big defragmented DF-skb when forwarding | Florian Westphal | 2015-05-25 | 1 | -7/+11 | |
* | | | | | | | | | net: af_unix: implement splice for stream af_unix sockets | Hannes Frederic Sowa | 2015-05-25 | 2 | -21/+120 | |
* | | | | | | | | | net: make skb_splice_bits more configureable | Hannes Frederic Sowa | 2015-05-25 | 2 | -19/+31 | |
* | | | | | | | | | net: af_unix: implement stream sendpage support | Hannes Frederic Sowa | 2015-05-25 | 1 | -1/+98 | |
* | | | | | | | | | net: skbuff: add skb_append_pagefrags and use it | Hannes Frederic Sowa | 2015-05-25 | 2 | -11/+22 | |
* | | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2015-05-23 | 32 | -74/+207 | |
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | | | ||||||
| * | | | | | | | | bridge: fix lockdep splat | Eric Dumazet | 2015-05-22 | 1 | -0/+2 | |
| * | | | | | | | | net: core: 'ethtool' issue with querying phy settings | Arun Parameswaran | 2015-05-22 | 1 | -1/+9 | |
| * | | | | | | | | bridge: fix parsing of MLDv2 reports | Thadeu Lima de Souza Cascardo | 2015-05-22 | 1 | -1/+1 | |
| * | | | | | | | | ipv4: fill in table id when replacing a route | Michal Kubeček | 2015-05-22 | 1 | -0/+1 | |
| * | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf | David S. Miller | 2015-05-22 | 7 | -36/+50 | |
| |\ \ \ \ \ \ \ \ |