index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NET]: Introduce inet_connection_sock
Arnaldo Carvalho de Melo
2005-08-30
6
-121
/
+204
*
[SOCK]: Introduce sk_clone
Arnaldo Carvalho de Melo
2005-08-30
1
-0
/
+2
*
[INET_TWSK]: Introduce inet_twsk_alloc
Arnaldo Carvalho de Melo
2005-08-30
1
-0
/
+3
*
[INET]: Generalise the TCP sock ID lookup routines
Arnaldo Carvalho de Melo
2005-08-30
3
-11
/
+87
*
[INET]: Generalise tcp_tw_bucket, aka TIME_WAIT sockets
Arnaldo Carvalho de Melo
2005-08-30
4
-204
/
+198
*
[INET]: Generalise tcp_v4_lookup_listener
Arnaldo Carvalho de Melo
2005-08-30
1
-0
/
+36
*
[INET]: Generalise tcp_v4_hash & tcp_unhash
Arnaldo Carvalho de Melo
2005-08-30
1
-0
/
+34
*
[TCP]: Move the tcp sock states to net/tcp_states.h
Arnaldo Carvalho de Melo
2005-08-30
7
-4
/
+39
*
[INET]: Generalise the tcp_listen_ lock routines
Arnaldo Carvalho de Melo
2005-08-30
2
-21
/
+48
*
[INET]: Move tcp_port_rover to inet_hashinfo
Arnaldo Carvalho de Melo
2005-08-30
3
-20
/
+9
*
[INET]: Generalise tcp_bind_hash & tcp_inherit_port
Arnaldo Carvalho de Melo
2005-08-30
2
-9
/
+34
*
[INET]: Move bind_hash from tcp_sk to inet_sk
Arnaldo Carvalho de Melo
2005-08-30
1
-1
/
+1
*
[INET]: Move the TCP hashtable functions/structs to inet_hashtables.[ch]
Arnaldo Carvalho de Melo
2005-08-30
3
-118
/
+129
*
[INET]: Just rename the TCP hashtable functions/structs to inet_
Arnaldo Carvalho de Melo
2005-08-30
1
-51
/
+42
*
[INET]: Move the TCP ehash functions to include/net/inet_hashtables.h
Arnaldo Carvalho de Melo
2005-08-30
1
-0
/
+40
*
[INET]: Introduce inet_sk_rebuild_header
Arnaldo Carvalho de Melo
2005-08-30
1
-2
/
+0
*
[SOCK]: Introduce sk_setup_caps
Arnaldo Carvalho de Melo
2005-08-30
2
-9
/
+10
*
[SOCK]: Rename __tcp_v4_rehash to __sk_prot_rehash
Arnaldo Carvalho de Melo
2005-08-30
1
-0
/
+9
*
[NET]: Cleanup INET_REFCNT_DEBUG code
Arnaldo Carvalho de Melo
2005-08-30
4
-4
/
+32
*
[IPV4/6]: Check if packet was actually delivered to a raw socket to decide wh...
Patrick McHardy
2005-08-30
2
-2
/
+2
*
[IPV6]: Check interface bindings on IPv6 raw socket reception
Andrew McDonald
2005-08-30
1
-1
/
+2
*
[NET]: Remove explicit initializations of skb->input_dev
David S. Miller
2005-08-30
2
-4
/
+3
*
[IPV4]: possible cleanups
Adrian Bunk
2005-08-30
3
-7
/
+0
*
[NET]: Kill skb->real_dev
David S. Miller
2005-08-30
9
-11
/
+15
*
[REQSK]: Move the syn_table destroy from tcp_listen_stop to reqsk_queue_destroy
Arnaldo Carvalho de Melo
2005-08-30
1
-1
/
+4
*
[NET]: Kill skb->tc_classid
Patrick McHardy
2005-08-30
1
-1
/
+1
*
[AX25]: UID fixes
Ralf Baechle
2005-08-23
1
-2
/
+16
*
[NET]: Fix socket bitop damage
Ralf Baechle
2005-08-23
1
-0
/
+5
*
[Bluetooth] Remove unused functions and cleanup symbol exports
Marcel Holtmann
2005-08-06
1
-8
/
+0
*
[NET]: Spelling mistakes threshoulds -> thresholds
Baruch Even
2005-07-31
1
-1
/
+1
*
[NET]: Make ipip/ip6_tunnel independant of XFRM
Patrick McHardy
2005-07-19
1
-1
/
+1
*
[SCTP]: Fix potential null pointer dereference while handling an icmp error
Sridhar Samudrala
2005-07-18
1
-5
/
+2
*
[NET]: __be'ify *_type_trans()
Alexey Dobriyan
2005-07-12
1
-2
/
+1
*
[SCTP]: __nocast annotations
Alexey Dobriyan
2005-07-12
5
-30
/
+41
*
[SCTP]: Use struct list_head for chunk lists, not sk_buff_head.
David S. Miller
2005-07-09
1
-13
/
+7
*
[NET]: Fix sparse warnings
Victor Fusco
2005-07-08
2
-8
/
+13
*
[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()
David S. Miller
2005-07-08
2
-2
/
+2
*
[TCP]: Move to new TSO segmenting scheme.
David S. Miller
2005-07-06
1
-2
/
+2
*
[TCP]: Fix __tcp_push_pending_frames() 'nonagle' handling.
David S. Miller
2005-07-06
1
-1
/
+0
*
[TCP]: Fix redundant calculations of tcp_current_mss()
David S. Miller
2005-07-06
1
-1
/
+1
*
[TCP]: Kill extra cwnd validate in __tcp_push_pending_frames().
David S. Miller
2005-07-06
1
-23
/
+3
*
[TCP]: Move __tcp_data_snd_check into tcp_output.c
David S. Miller
2005-07-06
1
-0
/
+1
*
[TCP]: Move send test logic out of net/tcp.h
David S. Miller
2005-07-06
1
-110
/
+3
*
[TCP]: Fix quick-ack decrementing with TSO.
David S. Miller
2005-07-06
1
-4
/
+9
*
[TCP]: Simplify SKB data portion allocation with NETIF_F_SG.
David S. Miller
2005-07-06
1
-2
/
+5
*
[NET]: Remove __ARGS from include/net/slhc_vj.h
Alexey Dobriyan
2005-07-06
1
-13
/
+8
*
[PKT_SCHED]: Cleanup qdisc creation and alignment macros
Thomas Graf
2005-07-05
2
-4
/
+4
*
[PKT_SCHED]: Move sch_generic.c prototypes to correct header file
Thomas Graf
2005-07-05
2
-10
/
+12
*
[PATCH] ieee80211.h build fix
Jeff Garzik
2005-06-29
1
-0
/
+2
*
[IPV6]: remove more unused IPV6_AUTHHDR things.
YOSHIFUJI Hideaki
2005-06-29
1
-1
/
+0
[next]