summaryrefslogtreecommitdiffstats
path: root/net (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | | | | tipc: unconditionally put sock refcnt when sock timer to be deleted is pendingYing Xue2015-05-311-5/+2
* | | | | | | | | bpf: allow BPF programs access skb->skb_iif and skb->dev->ifindex fieldsAlexei Starovoitov2015-05-311-0/+18
* | | | | | | | | net: limit tcp/udp rmem/wmem to SOCK_{RCV,SND}BUF_MINSorin Dumitru2015-05-311-4/+6
| |_|/ / / / / / |/| | | | | | |
* | | | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2015-05-293-30/+28
|\ \ \ \ \ \ \ \
| * | | | | | | | xfrm: optimise to search the inexact policy listLi RongQing2015-05-181-3/+8
| * | | | | | | | xfrm: move the checking for old xfrm_policy hold_queue to beginningLi RongQing2015-05-051-3/+3
| * | | | | | | | xfrm: remove the unnecessary checking before call xfrm_pol_holdLi RongQing2015-05-051-4/+3
| * | | | | | | | xfrm: slightly optimise xfrm_inputLi RongQing2015-04-241-5/+5
| * | | | | | | | xfrm: fix the return code when xfrm_*_register_afinfo failedLi RongQing2015-04-233-3/+3
| * | | | | | | | xfrm: optimise the use of walk list header in xfrm_policy/state_walkLi RongQing2015-04-232-2/+4
| * | | | | | | | xfrm: remove the xfrm_queue_purge definitionLi RongQing2015-04-231-10/+2
* | | | | | | | | tcp/dccp: warn user for preferred ip_local_port_rangeEric Dumazet2015-05-271-0/+6
* | | | | | | | | tcp: connect() from bound sockets can be fasterEric Dumazet2015-05-272-4/+13
* | | | | | | | | tcp/dccp: try to not exhaust ip_local_port_range in connect()Eric Dumazet2015-05-272-3/+9
* | | | | | | | | ip_fragment: don't forward defragmented DF packetFlorian Westphal2015-05-272-7/+36
* | | | | | | | | net: ipv4: avoid repeated calls to ip_skb_dst_mtu helperFlorian Westphal2015-05-271-7/+12
* | | | | | | | | ipv4: Fix fib_trie.c build, missing linux/vmalloc.h include.David S. Miller2015-05-271-0/+1
* | | | | | | | | tcp: tcp_tso_autosize() minimum is one packetEric Dumazet2015-05-273-4/+7
* | | | | | | | | tcp: fix/cleanup inet_ehash_locks_alloc()Eric Dumazet2015-05-271-0/+31
* | | | | | | | | tipc: fix bug in link protocol message create functionJon Paul Maloy2015-05-271-2/+0
* | | | | | | | | net: fix inet_proto_csum_replace4() sparse errorsEric Dumazet2015-05-261-5/+7
* | | | | | | | | net: remove a sparse error in secure_dccpv6_sequence_number()Eric Dumazet2015-05-261-1/+1
* | | | | | | | | bridge: skip fdb add if the port shouldn't learnWilson Kok2015-05-261-0/+6
* | | | | | | | | pktgen: remove one sparse errorEric Dumazet2015-05-261-5/+5
* | | | | | | | | ipv6: ipv6_select_ident() returns a __be32Eric Dumazet2015-05-261-3/+3
* | | | | | | | | irda: use msecs_to_jiffies for conversion to jiffiesNicholas Mc Guire2015-05-251-2/+2
* | | | | | | | | bridge: allow setting hash_max + multicast_router if interface is downLinus Lüssing2015-05-251-21/+3
* | | | | | | | | ipv6: don't increase size when refragmenting forwarded ipv6 skbsFlorian Westphal2015-05-251-11/+18
* | | | | | | | | ipv6: Create percpu rt6_infoMartin KaFai Lau2015-05-252-17/+139
* | | | | | | | | ipv6: Break up ip6_rt_copy()Martin KaFai Lau2015-05-251-49/+41
* | | | | | | | | ipv6: Keep track of DST_NOCACHE routes in case of iface down/unregisterMartin KaFai Lau2015-05-251-2/+76
* | | | | | | | | ipv6: Create RTF_CACHE clone when FLOWI_FLAG_KNOWN_NH is setMartin KaFai Lau2015-05-251-10/+49
* | | | | | | | | ipv6: Set FLOWI_FLAG_KNOWN_NH at flowi6_flagsMartin KaFai Lau2015-05-253-4/+13
* | | | | | | | | ipv6: Add rt6_get_cookie() functionMartin KaFai Lau2015-05-255-9/+6
* | | | | | | | | ipv6: Only create RTF_CACHE routes after encountering pmtu exceptionMartin KaFai Lau2015-05-252-49/+52
* | | | | | | | | ipv6: Combine rt6_alloc_cow and rt6_alloc_cloneMartin KaFai Lau2015-05-251-25/+20
* | | | | | | | | ipv6: Remove external dependency on rt6i_gateway and RTF_ANYCASTMartin KaFai Lau2015-05-256-13/+10
* | | | | | | | | ipv6: Remove external dependency on rt6i_dst and rt6i_srcMartin KaFai Lau2015-05-257-15/+21
* | | | | | | | | ipv6: Clean up ipv6_select_ident() and ip6_fragment()Martin KaFai Lau2015-05-252-14/+8
* | | | | | | | | ip: reject too-big defragmented DF-skb when forwardingFlorian Westphal2015-05-251-7/+11
* | | | | | | | | net: af_unix: implement splice for stream af_unix socketsHannes Frederic Sowa2015-05-252-21/+120
* | | | | | | | | net: make skb_splice_bits more configureableHannes Frederic Sowa2015-05-252-19/+31
* | | | | | | | | net: af_unix: implement stream sendpage supportHannes Frederic Sowa2015-05-251-1/+98
* | | | | | | | | net: skbuff: add skb_append_pagefrags and use itHannes Frederic Sowa2015-05-252-11/+22
* | | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-2332-74/+207
|\ \ \ \ \ \ \ \ \ | | |_|_|_|/ / / / | |/| | | | | | |
| * | | | | | | | bridge: fix lockdep splatEric Dumazet2015-05-221-0/+2
| * | | | | | | | net: core: 'ethtool' issue with querying phy settingsArun Parameswaran2015-05-221-1/+9
| * | | | | | | | bridge: fix parsing of MLDv2 reportsThadeu Lima de Souza Cascardo2015-05-221-1/+1
| * | | | | | | | ipv4: fill in table id when replacing a routeMichal Kubeček2015-05-221-0/+1
| * | | | | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2015-05-227-36/+50
| |\ \ \ \ \ \ \ \