summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | | | netfilter: ipt_CLUSTERIP: add parameter net in clusterip_config_find_getGao feng2013-10-171-6/+6
| * | | | netfilter: ipt_CLUSTERIP: make clusterip_lock per net namespaceGao feng2013-10-171-7/+11
| * | | | netfilter: ipt_CLUSTERIP: make clusterip_list per net namespaceGao feng2013-10-171-5/+7
| * | | | netfilter: ipt_CLUSTERIP: make proc directory per net namespaceGao feng2013-10-171-19/+51
* | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-11-046-25/+47
|\ \ \ \ \
| * \ \ \ \ Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-11-021-2/+6
| |\ \ \ \ \
| | * | | | | xfrm: Fix null pointer dereference when decoding sessionsSteffen Klassert2013-11-011-1/+5
| | * | | | | xfrm: Increase the garbage collector thresholdSteffen Klassert2013-10-281-1/+1
| * | | | | | tcp: gso: fix truesize trackingEric Dumazet2013-10-291-8/+5Star
| * | | | | | tcp: do not rearm RTO when future data are sackedYuchung Cheng2013-10-271-3/+10
| * | | | | | tcp: only take RTT from timestamps if new data is ackedYuchung Cheng2013-10-271-1/+2
| * | | | | | tcp: fix SYNACK RTT estimation in Fast OpenYuchung Cheng2013-10-271-5/+13
| * | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller2013-10-233-6/+11
| |\ \ \ \ \ \ | | |_|_|_|/ / | |/| | | | |
| | * | | | | netfilter: x_tables: fix ordering of jumpstack allocation and table updateWill Deacon2013-10-222-0/+10
| | * | | | | netfilter: ipt_ULOG: fix info leaksMathias Krause2013-10-021-6/+1Star
| | | |_|_|/ | | |/| | |
* | | | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller2013-11-021-34/+15Star
|\ \ \ \ \ \
| * | | | | | net: esp{4,6}: get rid of struct esp_dataMathias Krause2013-10-291-26/+14Star
| * | | | | | net: esp{4,6}: remove padlen from struct esp_dataMathias Krause2013-10-291-8/+1Star
* | | | | | | tcp: temporarily disable Fast Open on SYN timeoutYuchung Cheng2013-10-302-3/+8
* | | | | | | ipv4: fix DO and PROBE pmtu mode regarding local fragmentation with UFO/CORKHannes Frederic Sowa2013-10-291-4/+8