aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4
Commit message (Expand)AuthorAge
* net/udp_offload: Use IS_ERR_OR_NULLHimangi Saraogi2014-07-29
* net/ipv4: Use IS_ERR_OR_NULLHimangi Saraogi2014-07-29
* ipv4: fail early when creating netdev named all or defaultWANG Cong2014-07-29
* inet: frag: set limits and make init_net's high_thresh limit globalNikolay Aleksandrov2014-07-28
* inet: frag: use seqlock for hash rebuildFlorian Westphal2014-07-28
* inet: frag: remove periodic secret rebuild timerFlorian Westphal2014-07-28
* inet: frag: remove lru listFlorian Westphal2014-07-28
* inet: frag: don't account number of fragment queuesFlorian Westphal2014-07-28
* inet: frag: move eviction of queues to work queueFlorian Westphal2014-07-28
* inet: frag: move evictor calls into frag_find functionFlorian Westphal2014-07-28
* inet: frag: remove hash size assumptions from callersFlorian Westphal2014-07-28
* inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal2014-07-28
* igmp: remove exceptional & on function nameHimangi Saraogi2014-07-25
* ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw socketsQuentin Armitage2014-07-23
* sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru2014-07-23
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-22
|\
| * ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet2014-07-21
| * net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu2014-07-16
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller2014-07-21
|\ \
| * | netfilter: use IS_ENABLED() macroDuan Jiong2014-06-30
| * | netfilter: fix several Kconfig problems in NF_LOG_*Pablo Neira Ayuso2014-06-28
| * | netfilter: add generic ARP packet loggerPablo Neira Ayuso2014-06-27
| * | netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso2014-06-27
| * | netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c filesPablo Neira Ayuso2014-06-27
| * | netfilter: kill ulog targetsPablo Neira Ayuso2014-06-25
* | | udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.David Held2014-07-17
* | | udp: Simplify __udp*_lib_mcast_deliver.David Held2014-07-17
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-16
|\ \ \ | | |/ | |/|
| * | GRE: enable offloads for GREAmritha Nambiar2014-07-11
| * | ip_tunnel: fix ip_tunnel_lookupDmitry Popov2014-07-08
| * | tcp: fix false undo corner casesYuchung Cheng2014-07-08
| * | igmp: fix the problem when mc leave groupdingtianhong2014-07-08
| * | ipv4: icmp: Fix pMTU handling for rare caseEdward Allcutt2014-07-07
| * | tcp: Fix divide by zero when pushing during tcp-repairChristoph Paasch2014-07-02
| * | ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet2014-07-01
| * | udp: Add MIB counters for rcvbuferrorsJames M Leddy2014-06-27
* | | net-timestamp: SOCK_RAW and PING timestampingWillem de Bruijn2014-07-15
* | | tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reductionChristoph Paasch2014-07-15
* | | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-15
* | | udp: Move udp_tunnel_segment into udp_offload.cTom Herbert2014-07-14
* | | udp: Add udp_sock_create for UDP tunnels to open listener socketTom Herbert2014-07-14
* | | ipv4: remove the unnecessary variable in udp_mcast_nextLi RongQing2014-07-11
* | | ipconfig: Only bootp paths should reference ic_dev_xid.David S. Miller2014-07-10
* | | ipconfig: move ic_dev_xid under IPCONFIG_BOOTPFabian Frederick2014-07-09
* | | ipconfig: add static to local variableFabian Frederick2014-07-08
* | | net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert2014-07-08
* | | tcp: switch snt_synack back to measuring transmit time of first SYNACKNeal Cardwell2014-07-07
* | | inet: move ipv6only in sock_commonEric Dumazet2014-07-02
* | | tcp: tcp_conn_request: fix build error when IPv6 is disabledOctavian Purdila2014-06-30
* | | tcp: add tcp_conn_requestOctavian Purdila2014-06-27