aboutsummaryrefslogtreecommitdiffstats
path: root/net/ipv4 (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-07-27inet: frag: move evictor calls into frag_find functionFlorian Westphal2-22/+9
2014-07-27inet: frag: remove hash size assumptions from callersFlorian Westphal2-4/+11
2014-07-27inet: frag: constify match, hashfn and constructor argumentsFlorian Westphal1-7/+7
2014-07-25netfilter: kill remnants of ulog targetsPaul Bolle1-1/+0
2014-07-25netfilter: nf_conntrack: remove exceptional & on function nameHimangi Saraogi1-1/+1
2014-07-24igmp: remove exceptional & on function nameHimangi Saraogi1-1/+1
2014-07-23ipv4: Make IP_MULTICAST_ALL and IP_MSFILTER work on raw socketsQuentin Armitage1-1/+4
2014-07-23sock: remove skb argument from sk_rcvqueues_fullSorin Dumitru1-1/+1
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller4-1/+11
2014-07-21ipv4: fix buffer overflow in ip_options_compile()Eric Dumazet1-0/+4
2014-07-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-nextDavid S. Miller11-527/+562
2014-07-16udp: Use hash2 for long hash1 chains in __udp*_lib_mcast_deliver.David Held1-10/+21
2014-07-16udp: Simplify __udp*_lib_mcast_deliver.David Held1-34/+14
2014-07-16net-gre-gro: Fix a bug that breaks the forwarding pathJerry Chu3-1/+7
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller9-25/+37
2014-07-15net-timestamp: SOCK_RAW and PING timestampingWillem de Bruijn2-4/+7
2014-07-15tcp: Remove unnecessary arg from tcp_enter_cwr and tcp_init_cwnd_reductionChristoph Paasch2-9/+8
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen2-2/+2
2014-07-15cgroup: replace cgroup_add_cftypes() with cgroup_add_legacy_cftypes()Tejun Heo1-1/+1
2014-07-14udp: Move udp_tunnel_segment into udp_offload.cTom Herbert2-76/+76
2014-07-14udp: Add udp_sock_create for UDP tunnels to open listener socketTom Herbert3-0/+105
2014-07-11ipv4: remove the unnecessary variable in udp_mcast_nextLi RongQing1-5/+4
2014-07-11GRE: enable offloads for GREAmritha Nambiar1-0/+1
2014-07-09ipconfig: Only bootp paths should reference ic_dev_xid.David S. Miller1-1/+1
2014-07-09ipconfig: move ic_dev_xid under IPCONFIG_BOOTPFabian Frederick1-2/+1
2014-07-08ip_tunnel: fix ip_tunnel_lookupDmitry Popov1-4/+8
2014-07-08ipconfig: add static to local variableFabian Frederick1-1/+1
2014-07-07tcp: fix false undo corner casesYuchung Cheng2-6/+8
2014-07-07igmp: fix the problem when mc leave groupdingtianhong1-4/+6
2014-07-07net: Save TX flow hash in sock and set in skbuf on xmitTom Herbert3-0/+5
2014-07-07tcp: switch snt_synack back to measuring transmit time of first SYNACKNeal Cardwell1-2/+0
2014-07-07ipv4: icmp: Fix pMTU handling for rare caseEdward Allcutt1-2/+0
2014-07-02tcp: Fix divide by zero when pushing during tcp-repairChristoph Paasch1-1/+2
2014-07-01inet: move ipv6only in sock_commonEric Dumazet1-1/+1
2014-06-30ipv4: irq safe sk_dst_[re]set() and ipv4_sk_update_pmtu() fixEric Dumazet1-7/+8
2014-06-30netfilter: use IS_ENABLED() macroDuan Jiong6-10/+14
2014-06-29tcp: tcp_conn_request: fix build error when IPv6 is disabledOctavian Purdila1-1/+3
2014-06-30xfrm4: Remove duplicate semicolonChristoph Paasch1-1/+1
2014-06-28netfilter: fix several Kconfig problems in NF_LOG_*Pablo Neira Ayuso1-10/+10
2014-06-27tcp: add tcp_conn_requestOctavian Purdila2-126/+150
2014-06-27tcp: add queue_add_hash to tcp_request_sock_opsOctavian Purdila1-1/+2
2014-06-27tcp: add mss_clamp to tcp_request_sock_opsOctavian Purdila1-1/+2
2014-06-27tcp: unify tcp_v4_rtx_synack and tcp_v6_rtx_synackOctavian Purdila2-13/+16
2014-06-27tcp: add send_synack method to tcp_request_sock_opsOctavian Purdila1-3/+6
2014-06-27tcp: add init_seq method to tcp_request_sock_opsOctavian Purdila1-2/+3
2014-06-27tcp: add route_req method to tcp_request_sock_opsOctavian Purdila1-7/+29
2014-06-27tcp: add init_cookie_seq method to tcp_request_sock_opsOctavian Purdila1-1/+4
2014-06-27tcp: add init_req method to tcp_request_sock_opsOctavian Purdila1-12/+17
2014-06-27tcp: tcp_v[46]_conn_request: fix snt_synack initializationOctavian Purdila1-2/+0
2014-06-27tcp: cookie_v4_init_sequence: skb should be constOctavian Purdila1-1/+2