summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2015-05-17tcp: allow one skb to be received per socket under memory pressureEric Dumazet
2015-05-17tcp: fix behavior for epoll edge triggerEric Dumazet
2015-05-17tcp: introduce tcp_under_memory_pressure()Eric Dumazet
2015-05-17tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()Eric Dumazet
2015-05-17netfilter: synproxy: fix sparse errorsEric Dumazet
2015-05-17ipip: fix one sparse errorEric Dumazet
2015-05-15netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso
2015-05-14rename RTNH_F_EXTERNAL to RTNH_F_OFFLOADRoopa Prabhu
2015-05-14ip_tunnel: Report Rx dropped in ip_tunnel_get_stats64Alexander Duyck
2015-05-13geneve_core: identify as driver library in modules descriptionJohn W. Linville
2015-05-13geneve: Rename support library as geneve_coreJohn W. Linville
2015-05-13geneve: move definition of geneve_hdr() to geneve.hJohn W. Linville
2015-05-13geneve: remove MODULE_ALIAS_RTNL_LINK from net/ipv4/geneve.cJohn W. Linville
2015-05-13ipv4: __ip_local_out_sk() is staticEric Dumazet
2015-05-13tcp/dccp: tw_timer_handler() is staticEric Dumazet
2015-05-13esp4: Use high-order sequence number bits for IV generationHerbert Xu
2015-05-12switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko
2015-05-11net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman
2015-05-11net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman
2015-05-11net: Add a struct net parameter to sock_create_kernEric W. Biederman
2015-05-09tcp: add TCPWinProbe and TCPKeepAlive SNMP countersEric Dumazet
2015-05-09tcp: adjust window probe timers to safer valuesEric Dumazet
2015-05-05tcp_westwood: fix tcp_westwood_info()Eric Dumazet
2015-05-05ipv4/ip_tunnel_core: Use eth_proto_is_802_3Alexander Duyck
2015-05-05tcp: provide SYN headers for passive connectionsEric Dumazet
2015-05-04Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...David S. Miller
2015-05-04net: Export IGMP/MLD message validation codeLinus Lüssing
2015-05-04net: ipv4: route: Fix sending IGMP messages with link addressAndrew Lunn
2015-05-03tcp: invoke pkts_acked hook on every ACKKenneth Klette Jonassen
2015-05-03tcp: improve RTT from SACK for CCKenneth Klette Jonassen
2015-05-03tcp: move struct tcp_sacktag_state to tcp_ack()Kenneth Klette Jonassen
2015-05-02ipv4: remove the unnecessary codes in fib_info_hash_moveLi RongQing
2015-05-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2015-05-01ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller
2015-05-01ipv4: speedup ip_idents_reserve()Eric Dumazet
2015-04-30tcp_westwood: fix tcp_westwood_info()Eric Dumazet
2015-04-29tcp: update reordering first before detecting lossYuchung Cheng
2015-04-29tcp: add TCP_CC_INFO socket optionEric Dumazet
2015-04-29tcp: prepare CC get_info() access from getsockopt()Eric Dumazet
2015-04-29tcp: add tcpi_bytes_received to tcp_infoEric Dumazet
2015-04-29tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet
2015-04-29route: Use ipv4_mtu instead of raw rt_pmtuHerbert Xu
2015-04-24inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet
2015-04-24tcp: avoid looping in tcp_send_fin()Eric Dumazet
2015-04-22tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet
2015-04-21tcp: add memory barriers to write space pathsjbaron@akamai.com
2015-04-20ip_forward: Drop frames with attached skb->skSebastian Pöhn
2015-04-17inet_diag: fix access to tcp cc informationEric Dumazet
2015-04-17tcp: tcp_get_info() should fetch socket fields onceEric Dumazet
2015-04-16fou: avoid missing unlock in failure pathWANG Cong