Commit Graph

2999 Commits (0f23174aa8c1aa7a2a6050a72a60d290ef9ee578)

Author SHA1 Message Date
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
Ilpo Järvinen 8eecaba900 tcp: tcp_limit_reno_sacked can become static 16 years ago
Eric Leblond 5f145e44ae netfilter: nfmark routing in OUTPUT, mangle, NFQUEUE 16 years ago
Alexey Dobriyan fb7e06748c xfrm: remove useless forward declarations 16 years ago
Alexey Dobriyan 6daad37230 ah4/ah6: remove useless NULL assignments 16 years ago
Ilpo Järvinen 111cc8b913 tcp: add some mibs to track collapsing 16 years ago
Ilpo Järvinen 92ee76b6d9 tcp: Make shifting not clear the hints 16 years ago
Ilpo Järvinen 832d11c5cd tcp: Try to restore large SKBs while SACK processing 16 years ago
Ilpo Järvinen f58b22fd3c tcp: make tcp_sacktag_one able to handle partial skb too 16 years ago
Ilpo Järvinen adb92db857 tcp: Make SACK code to split only at mss boundaries 16 years ago
Ilpo Järvinen e8bae275d9 tcp: more aggressive skipping 16 years ago
Ilpo Järvinen e1aa680fa4 tcp: move tcp_simple_retransmit to tcp_input 16 years ago
Ilpo Järvinen 4a17fc3add tcp: collapse more than two on retransmission 16 years ago
Eric Dumazet a21bba9454 net: avoid a pair of dst_hold()/dst_release() in ip_push_pending_frames() 16 years ago