summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)AuthorFilesLines
2015-05-13ipv4: __ip_local_out_sk() is staticEric Dumazet1-1/+1
2015-05-13tcp/dccp: tw_timer_handler() is staticEric Dumazet1-1/+1
2015-05-13switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko1-22/+18
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2-8/+4
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman1-1/+1
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman2-2/+2
2015-05-09tcp: add TCPWinProbe and TCPKeepAlive SNMP countersEric Dumazet3-7/+10
2015-05-09tcp: adjust window probe timers to safer valuesEric Dumazet2-2/+2
2015-05-06ipv4/ip_tunnel_core: Use eth_proto_is_802_3Alexander Duyck1-1/+1
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet4-0/+57
2015-05-04net: Export IGMP/MLD message validation codeLinus Lüssing1-0/+162
2015-05-04net: ipv4: route: Fix sending IGMP messages with link addressAndrew Lunn1-1/+2
2015-05-04tcp: invoke pkts_acked hook on every ACKKenneth Klette Jonassen1-6/+3
2015-05-04tcp: improve RTT from SACK for CCKenneth Klette Jonassen1-18/+22
2015-05-04tcp: move struct tcp_sacktag_state to tcp_ack()Kenneth Klette Jonassen1-23/+22
2015-05-03ipv4: remove the unnecessary codes in fib_info_hash_moveLi RongQing1-4/+0
2015-05-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-4/+2
2015-05-02ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller1-0/+1
2015-05-02ipv4: speedup ip_idents_reserve()Eric Dumazet1-9/+11
2015-04-30tcp_westwood: fix tcp_westwood_info()Eric Dumazet1-7/+8
2015-04-30tcp: update reordering first before detecting lossYuchung Cheng1-4/+2
2015-04-30tcp: add TCP_CC_INFO socket optionEric Dumazet1-0/+21
2015-04-30tcp: prepare CC get_info() access from getsockopt()Eric Dumazet5-33/+38
2015-04-30tcp: add tcpi_bytes_received to tcp_infoEric Dumazet3-4/+15
2015-04-30tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet2-3/+16
2015-04-29route: Use ipv4_mtu instead of raw rt_pmtuHerbert Xu1-4/+1
2015-04-24inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet3-4/+40
2015-04-24tcp: avoid looping in tcp_send_fin()Eric Dumazet1-21/+29
2015-04-22tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet1-1/+19
2015-04-21tcp: add memory barriers to write space pathsjbaron@akamai.com2-1/+5
2015-04-20ip_forward: Drop frames with attached skb->skSebastian Pöhn1-0/+3
2015-04-17inet_diag: fix access to tcp cc informationEric Dumazet6-17/+35
2015-04-17tcp: tcp_get_info() should fetch socket fields onceEric Dumazet1-4/+6
2015-04-16fou: avoid missing unlock in failure pathWANG Cong1-2/+1
2015-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller3-14/+10
2015-04-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller3-6/+8
2015-04-14Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...David S. Miller2-5/+4
2015-04-13tcp/dccp: get rid of central timewait timerEric Dumazet6-267/+52
2015-04-13tcp: fix bogus RTT for CC when retransmissions are ackedKenneth Klette Jonassen1-6/+4
2015-04-13netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy1-2/+2
2015-04-13netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy3-14/+10
2015-04-13fou: implement FOU_CMD_GETWANG Cong1-0/+109
2015-04-13fou: add network namespace supportWANG Cong1-39/+67
2015-04-13fou: always use be16 for portWANG Cong1-3/+3
2015-04-13fou: exit early when parsing config failsWANG Cong1-1/+4
2015-04-13fou: avoid calling udp_del_offload() twiceWANG Cong1-2/+2
2015-04-11new helper: msg_data_left()Al Viro1-4/+4
2015-04-10tcp: md5: fix a typo in tcp_v4_md5_lookup()Eric Dumazet1-2/+2
2015-04-10tcp: tcp_make_synack() should clear skb->tstampEric Dumazet1-0/+2
2015-04-09udptunnels: Call handle_offloads after inserting vlan tag.Jesse Gross1-4/+4