Commit Graph

3131 Commits (6d5e147dd034d9ceedc89fe39f4284700944f0c8)

Author SHA1 Message Date
Evgeniy Polyakov a9d8f9110d inet: Allowing more than 64k connections and heavily optimize bind(0) time. 16 years ago
Herbert Xu 4e704ee3c2 gso: Ensure that the packet is long enough 16 years ago
Willy Tarreau 33966dd0e2 tcp: splice as many packets as possible at once 16 years ago
Patrick McHardy 71320afcdb netfilter 06/09: nf_conntrack: fix ICMP/ICMPv6 timeout sysctls on big-endian 16 years ago
Patrick McHardy 88843104a1 netfilter 01/09: remove "happy cracking" message 16 years ago
Herbert Xu 684f217601 tcp6: Add GRO support 16 years ago
Dan Williams f67b459992 net_dma: convert to dma_find_channel 16 years ago
Dan Williams 6f49a57aa5 dmaengine: up-level reference counting to the module level 16 years ago
David S. Miller 7945cc6464 tcp: Kill extraneous SPLICE_F_NONBLOCK checks. 16 years ago
Lennert Buytenhek 4f7d54f59b tcp: don't mask EOF and socket errors on nonblocking splice receive 16 years ago
Herbert Xu b530256d2e gro: Use gso_size to store MSS 16 years ago
Paul Moore 6c2e8ac095 netlabel: Update kernel configuration API 16 years ago
Herbert Xu eb4dea5853 net: Fix percpu counters deadlock 16 years ago
Rusty Russell 0f23174aa8 cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: net 16 years ago
Herbert Xu f2712fd0b4 ipsec: Remove useless ret variable 16 years ago
Herbert Xu 64ff3b938e tcp: Always set urgent pointer if it's beyond snd_nxt 16 years ago
Alexey Dobriyan 7091e728c5 netns: igmp: make /proc/net/{igmp,mcfilter} per netns 16 years ago
Alexey Dobriyan b4ee07df3d netns: igmp: allow IPPROTO_IGMP sockets in netns 16 years ago
Matt Mackall 6086ebca13 tcp: Stop scaring users with "treason uncloaked!" 16 years ago
Ilpo Järvinen b1879204dd ipmr: merge common code 16 years ago
Herbert Xu bf296b125b tcp: Add GRO support 16 years ago
Herbert Xu 73cc19f155 ipv4: Add GRO infrastructure 16 years ago
Steven Rostedt be70ed189b netfilter: update rwlock initialization for nat_table 16 years ago
Ilpo Järvinen 857a6e0a4d icsk: join error paths using goto 16 years ago
Doug Leith 8d3a564da3 tcp: tcp_vegas cong avoid fix 16 years ago
Ilpo Järvinen a2acde0771 tcp: fix tso_should_defer in 64bit 16 years ago
Ilpo Järvinen d5dd9175bc tcp: use tcp_write_xmit also in tcp_push_one 16 years ago
Ilpo Järvinen 726e07a8a3 tcp: move some parts from tcp_write_xmit 16 years ago
Ilpo Järvinen 41834b7332 tcp: share code through function, not through copy-paste. :-) 16 years ago
Ilpo Järvinen ee6aac5950 tcp: drop tcp_bound_rto, merge content of it tcp_set_rto 16 years ago
Ilpo Järvinen 50133161a8 tcp: no need to pass prev skb around, reduces arg pressure 16 years ago
Ilpo Järvinen a1197f5a6f tcp: introduce struct tcp_sacktag_state to reduce arg pressure 16 years ago
Ilpo Järvinen 775ffabf77 tcp: make mtu probe failure to not break gso'ed skbs unnecessarily 16 years ago
Ilpo Järvinen 9969ca5f20 tcp: Fix thinko making the not-shiftable to cover S|R as well 16 years ago
Ilpo Järvinen f0bc52f38b tcp: force mss equality with the next skb too. 16 years ago
Doug Leith a6af2d6ba5 tcp: tcp_vegas ssthresh bug fix 16 years ago
Benjamin Thery 999890b21a net: /proc/net/ip_mr_cache, display Iif as a signed short 16 years ago
Benjamin Thery 1ea472e2de net: fix /proc/net/ip_mr_cache display - V2 16 years ago
Ilpo Järvinen f8269a495a tcp: make urg+gso work for real this time 16 years ago
Eric Dumazet 6976a1d6c2 net: percpu_counter_inc() should not be called in BH-disabled section 16 years ago
Eric Dumazet dd24c00191 net: Use a percpu_counter for orphan_count 16 years ago
Eric Dumazet 1748376b66 net: Use a percpu_counter for sockets_allocated 16 years ago
Alexey Dobriyan 4fb236bac9 netns xfrm: AH/ESP in netns! 16 years ago
Alexey Dobriyan fbda33b2b8 netns xfrm: ->get_saddr in netns 16 years ago
Alexey Dobriyan c5b3cf46ea netns xfrm: ->dst_lookup in netns 16 years ago
Alexey Dobriyan ddcfd79680 netns xfrm: dst garbage-collecting in netns 16 years ago
Alexey Dobriyan 52479b623d netns xfrm: lookup in netns 16 years ago
Alexey Dobriyan 221df1ed33 netns xfrm: state lookup in netns 16 years ago
Alexey Dobriyan 673c09be45 netns xfrm: add struct xfrm_state::xs_net 16 years ago
Eric Dumazet 723b46108f net: udp_unhash() can test if sk is hashed 16 years ago