An error occurred fetching the project authors.
- 04 Sep, 2003 1 commit
-
-
Chas Williams authored
-
- 19 Aug, 2003 1 commit
-
-
Stephen Hemminger authored
Replace kfree with free_netdev in cleanup routines of protocols and network pseudo drivers.
-
- 18 Aug, 2003 1 commit
-
-
Chas Williams authored
-
- 14 Jul, 2003 1 commit
-
-
Chas Williams authored
-
- 04 Jun, 2003 1 commit
-
-
Arnaldo Carvalho de Melo authored
With this the data dependency is reduced to just making sure that the first member of both struct sock and struct tcp_tw_bucket are a struct sock_common. Also makes it easier to grep for struct sock and struct tcp_tw_bucket usage in the tree as all the members in those structs are prefixed, respectively, with sk_ and tw_, like struct inode (i_), struct block_device (bd_), etc. Checked namespace with make tags/ctags, just one colision with the macros for the struct sock members, with a wanrouter struct, fixed that s/sk_state/state_sk/g in the wanrouter struct. Checked as well if the names of the members in both structs collided with some macro, none found.
-
- 07 May, 2003 1 commit
-
-
Chas Williams authored
-
- 06 May, 2003 1 commit
-
-
Chas Williams authored
-