summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
2014-07-31tcp: Fix integer-overflow in TCP vegasChristoph Paasch
2014-07-31tcp: Fix integer-overflows in TCP venoChristoph Paasch
2014-07-30ip_tunnel(ipv4): fix tunnels with "local any remote $remote_ip"Dmitry Popov
2014-07-30Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-29ipv4: clean up cast warning in do_ip_getsockoptKaroly Kemeny
2014-07-29net/udp_offload: Use IS_ERR_OR_NULLHimangi Saraogi
2014-07-29net/ipv4: Use IS_ERR_OR_NULLHimangi Saraogi
2014-07-29ipv4: fail early when creating netdev named all or defaultWANG Cong
2014-07-29ip: make IP identifiers less predictableEric Dumazet
2014-07-28inet: frag: set limits and make init_net's high_thresh limit globalNikolay Aleksandrov
2014-07-28inet: frag: use seqlock for hash rebuildFlorian Westphal
2014-07-28inet: frag: remove periodic secret rebuild timerFlorian Westphal
2014-07-28inet: frag: remove lru listFlorian Westphal
2014-07-28inet: frag: don't account number of fragment queuesFlorian Westphal
2014-07-28inet: frag: move eviction of queues to work queueFlorian Westphal
2014-07-28inet: frag: move evictor calls into frag_find functionFlorian Westphal
2014-07-28inet: frag: remove hash size assumptions from callersFlorian Westphal
2014-07-28inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal
2014-07-25netfilter: kill remnants of ulog targetsPaul Bolle
2014-07-25netfilter: nf_conntrack: remove exceptional & on function nameHimangi Saraogi
2014-07-25igmp: remove exceptional & on function nameHimangi Saraogi
2014-07-23ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw socketsQuentin Armitage
2014-07-23sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-22ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet
2014-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller
2014-07-17udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.David Held
2014-07-17udp: Simplify __udp*_lib_mcast_deliver.David Held
2014-07-16net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-15net-timestamp: SOCK_RAW and PING timestampingWillem de Bruijn
2014-07-15tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reductionChristoph Paasch
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-07-15cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()Tejun Heo
2014-07-14udp: Move udp_tunnel_segment into udp_offload.cTom Herbert
2014-07-14udp: Add udp_sock_create for UDP tunnels to open listener socketTom Herbert
2014-07-11ipv4: remove the unnecessary variable in udp_mcast_nextLi RongQing
2014-07-11GRE: enable offloads for GREAmritha Nambiar
2014-07-10ipconfig: Only bootp paths should reference ic_dev_xid.David S. Miller
2014-07-09ipconfig: move ic_dev_xid under IPCONFIG_BOOTPFabian Frederick
2014-07-09ip_tunnel: fix ip_tunnel_lookupDmitry Popov
2014-07-08ipconfig: add static to local variableFabian Frederick
2014-07-08tcp: fix false undo corner casesYuchung Cheng
2014-07-08igmp: fix the problem when mc leave groupdingtianhong
2014-07-08net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert
2014-07-08tcp: switch snt_synack back to measuring transmit time of first SYNACKNeal Cardwell
2014-07-08ipv4: icmp: Fix pMTU handling for rare caseEdward Allcutt
2014-07-03tcp: Fix divide by zero when pushing during tcp-repairChristoph Paasch
2014-07-02inet: move ipv6only in sock_commonEric Dumazet
2014-07-01ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet