summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv4: consistent reporting of pmtu data in case of corkingHannes Frederic Sowa2013-12-231-2/+3
* net: inet_diag: zero out uninitialized idiag_{src,dst} fieldsDaniel Borkmann2013-12-191-0/+16
* ip_gre: fix msg_name parsing for recvfrom/recvmsgTimo Teräs2013-12-181-0/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-12-172-1/+2
|\
| * netfilter: nft_reject: fix endianness in dump functionEric Leblond2013-12-121-1/+1
| * netfilter: SYNPROXY target: restrict to INPUT/FORWARDPatrick McHardy2013-12-111-0/+1
* | udp: ipv4: do not use sk_dst_lock from softirq contextEric Dumazet2013-12-171-9/+4Star
* | udp: ipv4: must add synchronization in udp_sk_rx_dst_set()Eric Dumazet2013-12-121-6/+16
* | udp: ipv4: fix potential use after free in udp_v4_early_demux()Eric Dumazet2013-12-111-3/+6
|/
* udp: ipv4: fix an use after free in __udp4_lib_rcv()Eric Dumazet2013-12-111-10/+6Star
* inet: fix NULL pointer Oops in fib(6)_rule_suppressStefan Tomanek2013-12-101-1/+4
* tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman2013-12-061-7/+0Star
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-12-028-34/+28Star
|\
| * inet: fix possible seqlock deadlocksEric Dumazet2013-11-293-3/+3
| * net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden2013-11-291-0/+3
| * net: remove outdated comment for ipv4 and ipv6 protocol handlerBaker Zhang2013-11-291-8/+0Star
| * inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa2013-11-234-5/+7
| * tcp_memcg: remove useless var old_limGao feng2013-11-231-2/+0Star
| * gro: Clean up tcpX_gro_receive checksum verificationHerbert Xu2013-11-231-16/+10Star
| * gro: Only verify TCP checksums for candidatesHerbert Xu2013-11-231-0/+5
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-222-2/+7
|\|
| * Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-11-211-0/+1
| |\
| | * netfilter: synproxy: send mss option to backendMartin Topholm2013-11-181-0/+1
| * | ipv4: fix race in concurrent ip_route_input_slow()Alexei Starovoitov2013-11-201-2/+6
* | | Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds2013-11-201-2/+2
|\ \ \ | |/ / |/| |
| * | Merge branch 'dma_complete' into nextVinod Koul2013-10-301-2/+2
| |\ \
| | * | net: use DMA_COMPLETE for dma completion statusVinod Koul2013-10-251-2/+2
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-11-209-49/+41Star
|\ \ \ \
| * | | | genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-2/+1Star
| * | | | tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin2013-11-191-1/+0Star
| * | | | xfrm: Release dst if this dst is improper for vti tunnelfan.du2013-11-191-0/+1
| * | | | ping: prevent NULL pointer dereference on write to msg_nameHannes Frederic Sowa2013-11-181-15/+19
| * | | | inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa2013-11-183-21/+9Star
| * | | | ipv4: fix possible seqlock deadlockEric Dumazet2013-11-141-1/+1
| * | | | genetlink: make all genl_ops users constJohannes Berg2013-11-141-1/+1
| * | | | net-tcp: fix panic in tcp_fastopen_cache_set()Eric Dumazet2013-11-141-1/+4
| * | | | tcp: tsq: restore minimal amount of queueingEric Dumazet2013-11-142-7/+5Star
| * | | | core/dev: do not ignore dmac in dev_forward_skb()Alexei Starovoitov2013-11-141-2/+2
| | |_|/ | |/| |
* | | | seq_file: remove "%n" usage from seq_file usersTetsuo Handa2013-11-154-40/+36Star
* | | | Merge branch 'core-locking-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2013-11-142-1/+21
|\ \ \ \ | |/ / / |/| | |
| * | | net: Explicitly initialize u64_stats_sync structures for lockdepJohn Stultz2013-11-062-1/+21
| |/ /
* | | inet: fix a UFO regressionEric Dumazet2013-11-081-1/+3
* | | ipv4: introduce new IP_MTU_DISCOVER mode IP_PMTUDISC_INTERFACEHannes Frederic Sowa2013-11-064-5/+10
* | | tcp: properly handle stretch acks in slow startYuchung Cheng2013-11-0514-67/+56Star
* | | tcp: enable sockets to use MSG_FASTOPEN by defaultYuchung Cheng2013-11-051-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-11-051-1/+0Star
|\ \ \
| * | | netfilter: nf_tables: remove duplicated include from nf_tables_ipv4.cWei Yongjun2013-11-031-1/+0Star
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-11-051-35/+75
|\ \ \ \
| * | | | netfilter: ipt_CLUSTERIP: use proper net namespace to operate CLUSTERIPGao feng2013-10-171-4/+6
| * | | | netfilter: ipt_CLUSTERIP: create proc entry under proper ipt_CLUSTERIP directoryGao feng2013-10-171-1/+1