summaryrefslogtreecommitdiff
path: root/net/ipv4
AgeCommit message (Expand)Author
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-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-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
2014-06-30netfilter: use IS_ENABLED() macroDuan Jiong
2014-06-30tcp: tcp_conn_request: fix build error when IPv6 is disabledOctavian Purdila
2014-06-28netfilter: fix several Kconfig problems in NF_LOG_*Pablo Neira Ayuso
2014-06-27tcp: add tcp_conn_requestOctavian Purdila
2014-06-27tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila
2014-06-27tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add route_req method to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: add init_req method to tcp_request_sock_opsOctavian Purdila
2014-06-27tcp: tcp_v[46]_conn_request: fix snt_synack initializationOctavian Purdila
2014-06-27tcp: cookie_v4_init_sequence: skb should be constOctavian Purdila
2014-06-27netfilter: add generic ARP packet loggerPablo Neira Ayuso
2014-06-27netfilter: log: nf_log_packet() as real unified interfacePablo Neira Ayuso
2014-06-27netfilter: log: split family specific code to nf_log_{ip,ip6,common}.c filesPablo Neira Ayuso
2014-06-27udp: Add MIB counters for rcvbuferrorsJames M Leddy
2014-06-26Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-06-26ipv4: fix dst race in sk_dst_get()Eric Dumazet
2014-06-25netfilter: kill ulog targetsPablo Neira Ayuso
2014-06-20tcp: fix tcp_match_skb_to_sack() for unaligned SACK at end of an skbNeal Cardwell
2014-06-17tcp: move ir_mark initialization to tcp_openreq_initOctavian Purdila
2014-06-17tcp: remove unnecessary tcp_sk assignment.Dave Jones
2014-06-13udp: ipv4: do not waste time in __udp4_lib_mcast_demux_lookupEric Dumazet
2014-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-06-12tcp: fixing TLP's FIN recoveryPer Hurtig