summaryrefslogtreecommitdiffstats
path: root/net/ipv4
AgeCommit message (Expand)AuthorLines
2014-01-17tcp: metrics: Avoid duplicate entries with the same destination-IPChristoph Paasch-19/+32
2014-01-14net: avoid reference counter overflows on fib_rules in multicast forwardingHannes Frederic Sowa-2/+5
2014-01-13inet_diag: fix inet_diag_dump_icsk() to use correct state for timewait socketsNeal Cardwell-1/+4
2014-01-02ipv4: fix tunneled VM traffic over hw VXLAN/GRE GSO NICWei-Chun Chao-23/+31
2013-12-22ipv4: consistent reporting of pmtu data in case of corkingHannes Frederic Sowa-2/+3
2013-12-19net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann-0/+16
2013-12-18ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs-0/+1
2013-12-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-1/+2
2013-12-17udp: ipv4: do not use sk_dst_lock from softirq contextEric Dumazet-9/+4
2013-12-12netfilter: nft_reject: fix endianness in dump functionEric Leblond-1/+1
2013-12-11udp: ipv4: must add synchronization in udp_sk_rx_dst_set()Eric Dumazet-6/+16
2013-12-11udp: ipv4: fix potential use after free in udp_v4_early_demux()Eric Dumazet-3/+6
2013-12-11netfilter: SYNPROXY target: restrict to INPUT/FORWARDPatrick McHardy-0/+1
2013-12-10udp: ipv4: fix an use after free in __udp4_lib_rcv()Eric Dumazet-10/+6
2013-12-10inet: fix NULL pointer Oops in fib(6)_rule_suppressStefan Tomanek-1/+4
2013-12-05tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman-7/+0
2013-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-34/+28
2013-11-29inet: fix possible seqlock deadlocksEric Dumazet-3/+3
2013-11-29net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden-0/+3
2013-11-28net: remove outdated comment for ipv4 and ipv6 protocol handlerBaker Zhang-8/+0
2013-11-23inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa-5/+7
2013-11-23tcp_memcg: remove useless var old_limGao feng-2/+0
2013-11-23gro: Clean up tcpX_gro_receive checksum verificationHerbert Xu-16/+10
2013-11-23gro: Only verify TCP checksums for candidatesHerbert Xu-0/+5
2013-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-2/+7
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller-0/+1
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds-2/+2
2013-11-20ipv4: fix race in concurrent ip_route_input_slow()Alexei Starovoitov-2/+6
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds-49/+41
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg-2/+1
2013-11-19tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin-1/+0
2013-11-19xfrm: Release dst if this dst is improper for vti tunnelfan.du-0/+1
2013-11-18ping: prevent NULL pointer dereference on write to msg_nameHannes Frederic Sowa-15/+19
2013-11-18inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa-21/+9
2013-11-18netfilter: synproxy: send mss option to backendMartin Topholm-0/+1
2013-11-15seq_file: remove "%n" usage from seq_file usersTetsuo Handa-40/+36
2013-11-14ipv4: fix possible seqlock deadlockEric Dumazet-1/+1
2013-11-14genetlink: make all genl_ops users constJohannes Berg-1/+1
2013-11-14net-tcp: fix panic in tcp_fastopen_cache_set()Eric Dumazet-1/+4
2013-11-14tcp: tsq: restore minimal amount of queueingEric Dumazet-7/+5
2013-11-14core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov-2/+2
2013-11-14Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-1/+21
2013-11-08inet: fix a UFO regressionEric Dumazet-1/+3
2013-11-06net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz-1/+21
2013-11-05ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa-5/+10
2013-11-04tcp: properly handle stretch acks in slow startYuchung Cheng-67/+56
2013-11-04tcp: enable sockets to use MSG_FASTOPEN by defaultYuchung Cheng-1/+1
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller-1/+0
2013-11-04Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller-35/+75
2013-11-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller-25/+47