summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2013-12-26ipv4: ipv4: Cleanup the comments in tcp_yeah.cWeilong Chen
2013-12-26ipv4: ERROR: code indent should use tabs where possibleWeilong Chen
2013-12-26ipv4: ERROR: do not initialise globals to 0 or NULLWeilong Chen
2013-12-26ipv4: fix all space errors in file igmp.cWeilong Chen
2013-12-26ipv4: fix checkpatch error with foo * barWeilong Chen
2013-12-26ipv4: fix checkpatch error "space prohibited"Weilong Chen
2013-12-26ipv4: do clean up with spacesWeilong Chen
2013-12-22netconf: rename PROXY_ARP to NEIGH_PROXYstephen hemminger
2013-12-20tcp: autocork should not hold first packet in write queueEric Dumazet
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-12-18ipv4: new ip_no_pmtu_disc mode to always discard incoming frag needed msgsHannes Frederic Sowa
2013-12-18inet: make no_pmtu_disc per namespace and kill ipv4_configHannes Frederic Sowa
2013-12-18Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-17net: Add utility functions to clear rxhashTom Herbert
2013-12-17tcp: refine TSO splitsEric Dumazet
2013-12-17Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-12-17udp: ipv4: do not use sk_dst_lock from softirq contextEric Dumazet
2013-12-14netconf: add proxy-arp supportstephen hemminger
2013-12-12net-gro: Prepare GRO stack for the upcoming tunneling supportJerry Chu
2013-12-12netfilter: nft_reject: fix endianness in dump functionEric Leblond
2013-12-12udp: ipv4: must add synchronization in udp_sk_rx_dst_set()Eric Dumazet
2013-12-11udp: ipv4: fix potential use after free in udp_v4_early_demux()Eric Dumazet
2013-12-11ipv4: fix wildcard search with inet_confirm_addr()Nicolas Dichtel
2013-12-11netfilter: SYNPROXY target: restrict to INPUT/FORWARDPatrick McHardy
2013-12-11udp: ipv4: fix an use after free in __udp4_lib_rcv()Eric Dumazet
2013-12-11net: more spelling fixesstephen hemminger
2013-12-11ipv4: add support for IFA_FLAGS nl attributeJiri Pirko
2013-12-10inet: fix NULL pointer Oops in fib(6)_rule_suppressStefan Tomanek
2013-12-10neigh: restore old behaviour of default parms valuesJiri Pirko
2013-12-10neigh: use tbl->family to distinguish ipv4 from ipv6Jiri Pirko
2013-12-10neigh: convert parms to an arrayJiri Pirko
2013-12-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-12-06tcp: auto corkingEric Dumazet
2013-12-06tcp: optimize some skb_shinfo(skb) usesEric Dumazet
2013-12-06ipv4/ipv6: Fix FSF address in file headersJeff Kirsher
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert
2013-12-06tcp_memcontrol: Cleanup/fix cg_proto->memory_pressure handling.Eric W. Biederman
2013-12-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-11-29inet: fix possible seqlock deadlocksEric Dumazet
2013-11-29net: update consumers of MSG_MORE to recognize MSG_SENDPAGE_NOTLASTShawn Landden
2013-11-28net: remove outdated comment for ipv4 and ipv6 protocol handlerBaker Zhang
2013-11-23inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa
2013-11-23tcp_memcg: remove useless var old_limGao feng
2013-11-23gro: Clean up tcpX_gro_receive checksum verificationHerbert Xu
2013-11-23gro: Only verify TCP checksums for candidatesHerbert Xu
2013-11-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds
2013-11-21Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nfDavid S. Miller
2013-11-20Merge branch 'next' of git://git.infradead.org/users/vkoul/slave-dmaLinus Torvalds
2013-11-20ipv4: fix race in concurrent ip_route_input_slow()Alexei Starovoitov
2013-11-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds