aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-02-12memcg: cleanup static keys decrementVladimir Davydov1-0/+4
2015-02-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/linux-securityLinus Torvalds1-21/+30
2015-02-11mm: page_counter: pull "-1" handling out of page_counter_memparse()Johannes Weiner1-1/+1
2015-02-11cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore1-21/+30
2015-02-09ipv4: Namespecify TCP PMTU mechanismFan Du4-21/+23
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-5/+8
2015-02-09tcp: don't include Fast Open option in SYN-ACK on pure SYN-dataYuchung Cheng1-5/+8
2015-02-08net: rfs: add hash collision detectionEric Dumazet1-2/+0
2015-02-08gre/ipip: use be16 variants of netlink functionsSabrina Dubroca2-12/+12
2015-02-08tcp: mitigate ACK loops for connections as tcp_timewait_sockNeal Cardwell1-5/+24
2015-02-08tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell2-7/+23
2015-02-08tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell1-1/+5
2015-02-08tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell3-0/+14
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-69/+80
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsDavid S. Miller5-147/+127
2015-02-04tcp: do not pace pure ack packetsEric Dumazet1-1/+9
2015-02-04net: add skb functions to process remote checksum offloadTom Herbert1-16/+2
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro4-13/+11
2015-02-04ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro3-131/+115
2015-02-04ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro1-4/+3
2015-02-04ipv4: raw_send_hdrinc(): pass msghdrAl Viro1-4/+3
2015-02-02net: dctcp: loosen requirement to assert ECT(0) during 3WHSFlorian Westphal1-9/+5
2015-02-02net-timestamp: no-payload optionWillem de Bruijn1-3/+4
2015-02-01ipv4: tcp: get rid of ugly unicast_sockEric Dumazet2-32/+35
2015-01-31ipv4: icmp: use percpu allocationEric Dumazet1-9/+8
2015-01-31tcp: use SACK RTTs for CCKenneth Klette Jonassen1-2/+4
2015-01-30net: mark some potential candidates __read_mostlyDaniel Borkmann1-1/+1
2015-01-29ipv4: Don't increase PMTU with Datagram Too Big message.Li Wei1-0/+3
2015-01-28tcp: ipv4: initialize unicast_sock sk_pacing_rateEric Dumazet1-0/+1
2015-01-28openvswitch: Add support for checksums on UDP tunnels.Jesse Gross1-3/+3
2015-01-28tcp: fix timing issue in CUBIC slope calculationNeal Cardwell1-0/+8
2015-01-28tcp: fix stretch ACK bugs in CUBICNeal Cardwell1-22/+9
2015-01-28tcp: fix stretch ACK bugs in RenoNeal Cardwell1-4/+6
2015-01-28tcp: fix the timid additive increase on stretch ACKsNeal Cardwell1-6/+9
2015-01-28tcp: stretch ACK fixes prepNeal Cardwell6-9/+13
2015-01-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller5-13/+16
2015-01-27ping: Fix race in free in receive pathsubashab@codeaurora.org1-1/+4
2015-01-27udp_diag: Fix socket skipping within chainHerbert Xu1-1/+3
2015-01-26ipv4: try to cache dst_entries which would cause a redirectHannes Frederic Sowa2-5/+7
2015-01-25fib_trie: Various clean-ups for handling slenAlexander Duyck1-20/+29
2015-01-25fib_trie: Move fib_find_alias to file where it is usedAlexander Duyck3-19/+20
2015-01-25fib_trie: Use empty_children instead of counting empty nodes in stats collectionAlexander Duyck1-7/+1
2015-01-25fib_trie: Add collapse() and should_collapse() to resizeAlexander Duyck1-35/+65
2015-01-25fib_trie: Fall back to slen update on inflate/halve failureAlexander Duyck1-5/+5
2015-01-25fib_trie: Fix RCU bug and merge similar bits of inflate/halveAlexander Duyck1-84/+73
2015-01-25fib_trie: Use index & (~0ul << n->bits) instead of index >> n->bitsAlexander Duyck1-8/+8
2015-01-24udp: Do not require sock in udp_tunnel_xmit_skbTom Herbert2-8/+9
2015-01-19net: ipv4: handle DSA enabled master network devicesFlorian Fainelli1-3/+3
2015-01-19tunnels: advertise link netns via netlinkNicolas Dichtel4-0/+12
2015-01-18netlink: Fix bugs in nlmsg_end() conversions.David S. Miller2-4/+4