summaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAgeFilesLines
* ipv4: new ip_no_pmtu_disc mode to always discard incoming frag needed msgsHannes Frederic Sowa2013-12-181-1/+3
* inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa2013-12-184-13/+10
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-12-184-20/+28
|\
| * 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/+4
| * | udp: ipv4: must add synchronization in udp_sk_rx_dst_set()Eric Dumazet2013-12-111-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-101-10/+6
| * inet: fix NULL pointer Oops in fib(6)_rule_suppressStefan Tomanek2013-12-101-1/+4
* | net: Add utility functions to clear rxhashTom Herbert2013-12-172-4/+3
* | tcp: refine TSO splitsEric Dumazet2013-12-171-39/+54
* | 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
OpenPOWER on IntegriCloud