summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2015-04-02net: move fib_rules_unregister() under rtnl lockWANG Cong-3/+2
2015-04-02ipv4: take rtnl_lock and mark mrt table as freed on namespace cleanupWANG Cong-0/+5
2015-04-02tcp: fix FRTO undo on cumulative ACK of SACKed rangeNeal Cardwell-3/+4
2015-03-29ipmr,ip6mr: call ip6mr_free_table() on failure pathWANG Cong-1/+1
2015-03-23tcp: prevent fetching dst twice in early demux codeMichal Kubeček-1/+1
2015-03-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-3/+3
2015-03-20tcp: fix tcp fin memory accountingJosh Hunt-5/+1
2015-03-19netfilter: restore rule tracing via nfnetlink_logPablo Neira Ayuso-3/+3
2015-03-17inet: Clean up inet_csk_wait_for_connect() vs. might_sleep()Eric Dumazet-0/+1
2015-03-16Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller-1/+1
2015-03-13inet_diag: fix possible overflow in inet_diag_dump_one_icsk()Eric Dumazet-3/+15
2015-03-11xps: must clear sender_cpu before forwardingEric Dumazet-0/+1
2015-03-11tcp: restore 1.5x per RTT limit to CUBIC cwnd growth in congestion avoidanceNeal Cardwell-2/+4
2015-03-11tcp: fix tcp_cong_avoid_ai() credit accumulation bug with decreases in wNeal Cardwell-0/+6
2015-03-08ip: fix error queue empty skb handlingWillem de Bruijn-10/+23
2015-03-05tcp: align tcp_xmit_size_goal() on tcp_tso_autosize()Eric Dumazet-7/+3
2015-03-05ipv4: ip_check_defrag should not assume that skb_network_offset is zeroAlexander Drozdov-4/+7
2015-03-04net: ping: Return EAFNOSUPPORT when appropriate.Lorenzo Colitti-2/+10
2015-03-02udp: only allow UFO for packets from SOCK_DGRAM socketsMichal Kubeček-1/+2
2015-02-22tcp: fix tcp_should_expand_sndbuf() to use tcp_packets_in_flight()Neal Cardwell-1/+1
2015-02-20ipv4: ip_check_defrag should correctly check return value of skb_copy_bitsAlexander Drozdov-1/+1
2015-02-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-23/+66
2015-02-14net: spelling fixesStephen Hemminger-1/+1
2015-02-13tcp: make sure skb is not shared before using skb_get()Eric Dumazet-8/+24
2015-02-12memcg: cleanup static keys decrementVladimir Davydov-0/+4
2015-02-11Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/jmorris/...Linus Torvalds-21/+30
2015-02-11mm: page_counter: pull "-1" handling out of page_counter_memparse()Johannes Weiner-1/+1
2015-02-11gue: Use checksum partial with remote checksum offloadTom Herbert-6/+22
2015-02-11net: Infrastructure for CHECKSUM_PARTIAL with remote checsum offloadTom Herbert-2/+2
2015-02-11udp: Set SKB_GSO_UDP_TUNNEL* in UDP GRO pathTom Herbert-1/+12
2015-02-11net: Fix remcsum in GRO path to not change packetTom Herbert-10/+10
2015-02-11cipso: don't use IPCB() to locate the CIPSO IP optionPaul Moore-21/+30
2015-02-09ipv4: Namespecify TCP PMTU mechanismFan Du-21/+23
2015-02-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-5/+8
2015-02-09tcp: don't include Fast Open option in SYN-ACK on pure SYN-dataYuchung Cheng-5/+8
2015-02-09xfrm: Fix local error reporting crash with interfamily tunnelsSteffen Klassert-1/+1
2015-02-08net: rfs: add hash collision detectionEric Dumazet-2/+0
2015-02-08gre/ipip: use be16 variants of netlink functionsSabrina Dubroca-12/+12
2015-02-08tcp: mitigate ACK loops for connections as tcp_timewait_sockNeal Cardwell-5/+24
2015-02-08tcp: mitigate ACK loops for connections as tcp_sockNeal Cardwell-7/+23
2015-02-08tcp: mitigate ACK loops for connections as tcp_request_sockNeal Cardwell-1/+5
2015-02-08tcp: helpers to mitigate ACK loops by rate-limiting out-of-window dupacksNeal Cardwell-0/+14
2015-02-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-69/+80
2015-02-04Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller-147/+127
2015-02-04tcp: do not pace pure ack packetsEric Dumazet-1/+9
2015-02-04net: add skb functions to process remote checksum offloadTom Herbert-16/+2
2015-02-04net: switch memcpy_fromiovec()/memcpy_fromiovecend() users to copy_from_iter()Al Viro-13/+11
2015-02-04ip: convert tcp_sendmsg() to iov_iter primitivesAl Viro-131/+115
2015-02-04ip: stash a pointer to msghdr in struct ping_fakehdrAl Viro-4/+3
2015-02-04ipv4: raw_send_hdrinc(): pass msghdrAl Viro-4/+3