summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* netconf: add proxy-arp supportstephen hemminger2013-12-141-12/+29
* net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu2013-12-122-10/+24
* ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel2013-12-112-6/+7
* net: more spelling fixesstephen hemminger2013-12-102-6/+6
* ipv4: add support for IFA_FLAGS nl attributeJiri Pirko2013-12-101-2/+6
* neigh: restore old behaviour of default parms valuesJiri Pirko2013-12-092-0/+4
* neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko2013-12-092-2/+2
* neigh: convert parms to an arrayJiri Pirko2013-12-091-15/+18
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-091-7/+0
|\
| * tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman2013-12-051-7/+0
* | tcp: auto corkingEric Dumazet2013-12-063-13/+60
* | tcp: optimize some skb_shinfo(skb) usesEric Dumazet2013-12-061-15/+21
* | ipv4/ipv6: Fix FSF address in file headersJeff Kirsher2013-12-062-4/+2
|/
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2013-12-028-34/+28
|\
| * 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-281-8/+0
| * 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/+0
| * gro: Clean up tcpX_gro_receive checksum verificationHerbert Xu2013-11-231-16/+10
| * 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-199-49/+41
|\ \ \ \
| * | | | genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-191-2/+1
| * | | | tcp: don't update snd_nxt, when a socket is switched from repair modeAndrey Vagin2013-11-191-1/+0
| * | | | 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/+9
| * | | | 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/+5
| * | | | 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/+36
* | | | 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-054-5/+10
* | | tcp: properly handle stretch acks in slow startYuchung Cheng2013-11-0414-67/+56
* | | tcp: enable sockets to use MSG_FASTOPEN by defaultYuchung Cheng2013-11-041-1/+1
* | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-11-041-1/+0
|\ \ \
| * | | netfilter: nf_tables: remove duplicated include from nf_tables_ipv4.cWei Yongjun2013-11-031-1/+0
* | | | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/...David S. Miller2013-11-041-35/+75
|\ \ \ \
| * | | | netfilter: ipt_CLUSTERIP: use proper net namespace to operate CLUSTERIPGao feng2013-10-171-4/+6
OpenPOWER on IntegriCloud