summaryrefslogtreecommitdiffstats
path: root/net
Commit message (Expand)AuthorAgeFilesLines
* 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-263-4/+7
* tcp: fix/cleanup inet_ehash_locks_alloc()Eric Dumazet2015-05-261-0/+31
* tipc: fix bug in link protocol message create functionJon Paul Maloy2015-05-261-2/+0
* net: fix inet_proto_csum_replace4() sparse errorsEric Dumazet2015-05-251-5/+7
* net: remove a sparse error in secure_dccpv6_sequence_number()Eric Dumazet2015-05-251-1/+1
* bridge: skip fdb add if the port shouldn't learnWilson Kok2015-05-251-0/+6
* pktgen: remove one sparse errorEric Dumazet2015-05-251-5/+5
* ipv6: ipv6_select_ident() returns a __be32Eric Dumazet2015-05-251-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
| |\
| | * Revert "netfilter: bridge: query conntrack about skb dnat"Florian Westphal2015-05-201-18/+9
| | * netfilter: ensure number of counters is >0 in do_replace()Dave Jones2015-05-204-0/+22
| | * netfilter: nfnetlink_{log,queue}: Register pernet in first placeFrancesco Ruggeri2015-05-202-18/+19
| * | ipv4: Avoid crashing in ip_errorEric W. Biederman2015-05-221-0/+4
| * | tcp: fix a potential deadlock in tcp_get_info()Eric Dumazet2015-05-223-4/+15
| * | net: sched: fix call_rcu() race on classifier module unloadsDaniel Borkmann2015-05-211-0/+5
| * | ipv6: fix ECMP route replacementMichal Kubeček2015-05-202-6/+44
| * | ipv6: do not delete previously existing ECMP routes if add failsMichal Kubeček2015-05-201-1/+2
| * | Merge tag 'mac80211-for-davem-2015-05-19' of git://git.kernel.org/pub/scm/lin...David S. Miller2015-05-191-2/+4
| |\ \
| | * | mac80211: move WEP tailroom size checkJanusz Dziedzic2015-05-111-2/+4
| * | | tcp: don't over-send F-RTO probesYuchung Cheng2015-05-191-3/+3
| * | | tcp: only undo on partial ACKs in CA_LossYuchung Cheng2015-05-191-3/+6
| * | | net/ipv6/udp: Fix ipv6 multicast socket filter regressionHenning Rogge2015-05-191-1/+3
| | |/ | |/|
OpenPOWER on IntegriCloud