summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | netfilter: x_tables: add context to know if extension runs from nft_compatPablo Neira Ayuso2015-05-151-0/+5
* | | | | tcp: halves tcp_mem[] limitsEric Dumazet2015-05-171-4/+5
* | | | | tcp: allow one skb to be received per socket under memory pressureEric Dumazet2015-05-171-4/+6
* | | | | tcp: fix behavior for epoll edge triggerEric Dumazet2015-05-171-2/+13
* | | | | tcp: introduce tcp_under_memory_pressure()Eric Dumazet2015-05-173-7/+7
* | | | | tcp: rename sk_forced_wmem_schedule() to sk_forced_mem_schedule()Eric Dumazet2015-05-171-2/+4
* | | | | netfilter: synproxy: fix sparse errorsEric Dumazet2015-05-171-2/+2
* | | | | ipip: fix one sparse errorEric Dumazet2015-05-171-1/+2
* | | | | ip_tunnel: Report Rx dropped in ip_tunnel_get_stats64Alexander Duyck2015-05-141-16/+2
* | | | | geneve_core: identify as driver library in modules descriptionJohn W. Linville2015-05-131-2/+2
* | | | | geneve: Rename support library as geneve_coreJohn W. Linville2015-05-133-3/+3
* | | | | geneve: move definition of geneve_hdr() to geneve.hJohn W. Linville2015-05-131-5/+0
* | | | | geneve: remove MODULE_ALIAS_RTNL_LINK from net/ipv4/geneve.cJohn W. Linville2015-05-131-1/+0
* | | | | ipv4: __ip_local_out_sk() is staticEric Dumazet2015-05-131-1/+1
* | | | | tcp/dccp: tw_timer_handler() is staticEric Dumazet2015-05-131-1/+1
|/ / / /
* | | | switchdev: s/netdev_switch_/switchdev_/ and s/NETDEV_SWITCH_/SWITCHDEV_/Jiri Pirko2015-05-121-22/+18
* | | | net: Modify sk_alloc to not reference count the netns of kernel sockets.Eric W. Biederman2015-05-112-8/+4
* | | | net: Pass kern from net_proto_family.create to sk_allocEric W. Biederman2015-05-111-1/+1
* | | | net: Add a struct net parameter to sock_create_kernEric W. Biederman2015-05-112-2/+2
* | | | tcp: add TCPWinProbe and TCPKeepAlive SNMP countersEric Dumazet2015-05-093-7/+10
* | | | tcp: adjust window probe timers to safer valuesEric Dumazet2015-05-092-2/+2
* | | | ipv4/ip_tunnel_core: Use eth_proto_is_802_3Alexander Duyck2015-05-051-1/+1
* | | | tcp: provide SYN headers for passive connectionsEric Dumazet2015-05-054-0/+57
* | | | net: Export IGMP/MLD message validation codeLinus Lüssing2015-05-041-0/+162
* | | | net: ipv4: route: Fix sending IGMP messages with link addressAndrew Lunn2015-05-041-1/+2
* | | | tcp: invoke pkts_acked hook on every ACKKenneth Klette Jonassen2015-05-031-6/+3
* | | | tcp: improve RTT from SACK for CCKenneth Klette Jonassen2015-05-031-18/+22
* | | | tcp: move struct tcp_sacktag_state to tcp_ack()Kenneth Klette Jonassen2015-05-031-23/+22
* | | | ipv4: remove the unnecessary codes in fib_info_hash_moveLi RongQing2015-05-021-4/+0
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-05-022-4/+2
|\ \ \ \ | |/ / /
| * | | ipv4: Missing sk_nulls_node_init() in ping_unhash().David S. Miller2015-05-011-0/+1
| * | | route: Use ipv4_mtu instead of raw rt_pmtuHerbert Xu2015-04-291-4/+1
| | |/ | |/|
* | | ipv4: speedup ip_idents_reserve()Eric Dumazet2015-05-011-9/+11
* | | tcp_westwood: fix tcp_westwood_info()Eric Dumazet2015-04-301-7/+8
| |/ |/|
* | tcp: update reordering first before detecting lossYuchung Cheng2015-04-291-4/+2
* | tcp: add TCP_CC_INFO socket optionEric Dumazet2015-04-291-0/+21
* | tcp: prepare CC get_info() access from getsockopt()Eric Dumazet2015-04-295-33/+38
* | tcp: add tcpi_bytes_received to tcp_infoEric Dumazet2015-04-293-4/+15
* | tcp: add tcpi_bytes_acked to tcp_infoEric Dumazet2015-04-292-3/+16
|/
* inet: fix possible panic in reqsk_queue_unlink()Eric Dumazet2015-04-243-4/+40
* tcp: avoid looping in tcp_send_fin()Eric Dumazet2015-04-241-21/+29
* tcp: fix possible deadlock in tcp_send_fin()Eric Dumazet2015-04-221-1/+19
* tcp: add memory barriers to write space pathsjbaron@akamai.com2015-04-212-1/+5
* ip_forward: Drop frames with attached skb->skSebastian Pöhn2015-04-201-0/+3
* inet_diag: fix access to tcp cc informationEric Dumazet2015-04-176-17/+35
* tcp: tcp_get_info() should fetch socket fields onceEric Dumazet2015-04-171-4/+6
* fou: avoid missing unlock in failure pathWANG Cong2015-04-161-2/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2015-04-143-14/+10
|\
| * netfilter: nf_tables: switch registers to 32 bit addressingPatrick McHardy2015-04-131-2/+2
| * netfilter: nf_tables: get rid of NFT_REG_VERDICT usagePatrick McHardy2015-04-133-14/+10
OpenPOWER on IntegriCloud