Commit Graph

71 Commits (dbb81c428bf534fcfe94102acca50f6d56504999)

Author SHA1 Message Date
Arnd Bergmann 91774904fb net/x25: push BKL usage into x25_proto 15 years ago
Eric Paris 3f378b6844 net: pass kern to net_proto_family create function 15 years ago
roel kluin 091bb8ab51 net: Cleanup redundant tests on unsigned 15 years ago
roel kluin 06a96b33ae x25: bit and/or confusion in x25_ioctl()? 16 years ago
Stephen Hemminger ec1b4cf74c net: mark net_proto_ops as const 16 years ago
David S. Miller b7058842c9 net: Make setsockopt() optlen be unsigned. 16 years ago
Alexey Dobriyan 405f55712d headers: smp_lock.h redux 16 years ago
Eric Dumazet 31e6d363ab net: correct off-by-one write allocations reports 16 years ago
Eric Dumazet c564039fd8 net: sk_wmem_alloc has initial value of one, not zero 16 years ago
David S. Miller 14ebaf81e1 x25: Fix sleep from timer on socket destroy. 16 years ago
Alan Cox 83e0bbcbe2 af_rose/x25: Sanity check the maximum user frame size 16 years ago
Roel Kluin 8db09f26f9 x25: '< 0' and '>= 0' test on unsigned 16 years ago
Stephen Hemminger 7546dd97d2 net: convert usage of packet_type to read_mostly 16 years ago
Harvey Harrison 09640e6365 net: replace uses of __constant_{endian} 16 years ago
Alexey Dobriyan 6d9f239a1e net: '&' redux 16 years ago
YOSHIFUJI Hideaki 721499e893 netns: Use net_eq() to compare net-namespaces for optimization. 17 years ago
David S. Miller c751e4f8b3 x25: Use sock_orphan() instead of open-coded (and buggy) variant. 17 years ago
David S. Miller b61d38e055 x25: Use sock_graft() and remove bogus sk_socket and sk_sleep init. 17 years ago
YOSHIFUJI Hideaki 3b1e0a655f [NET] NETNS: Omit sock->sk_net without CONFIG_NET_NS. 17 years ago
YOSHIFUJI Hideaki c346dca108 [NET] NETNS: Omit net_device->nd_net without CONFIG_NET_NS. 17 years ago
Wang Chen 2335f8ec27 [X25]: Use proc_create() to setup ->proc_fops first 17 years ago
maximilian attems a44562e4d3 [AX25]: Beautify x25_init() version printk. 17 years ago
Jan Engelhardt a1f6f5a768 [AF_X25]: constify function pointer tables 17 years ago
Eric Dumazet 6bf1574ee3 [X25]: Avoid divides and sparse warnings 17 years ago
Pavel Emelyanov b5ccd792fa [NET]: Simple ctl_table to ctl_path conversions. 17 years ago
Denis Cheng 0e3cf7e916 [X25]: use LIST_HEAD instead of LIST_HEAD_INIT 17 years ago
Pavel Emelyanov b24b8a247f [NET]: Convert init_timer into setup_timer 17 years ago
Julia Lawall 76975f8a31 [X25]: Add missing x25_neigh_put 17 years ago
Pavel Emelyanov 6257ff2177 [NET]: Forget the zero_it argument of sk_alloc() 18 years ago
Eric W. Biederman 881d966b48 [NET]: Make the device list and device lookups per namespace. 18 years ago
Eric W. Biederman e9dc865340 [NET]: Make device event notification network namespace safe 18 years ago
Eric W. Biederman e730c15519 [NET]: Make packet reception network namespace safe 18 years ago
Eric W. Biederman 1b8d7ae42d [NET]: Make socket creation namespace safe. 18 years ago
Eric W. Biederman 457c4cbc5a [NET]: Make /proc/net per network namespace 18 years ago
Philippe De Muyter 56b3d975bb [NET]: Make all initialized struct seq_operations const. 18 years ago
Randy Dunlap e63340ae6b header cleaning: don't include smp_lock.h when not used 18 years ago
Arnaldo Carvalho de Melo 1a4e2d093f [SK_BUFF]: Some more conversions to skb_copy_from_linear_data 18 years ago
Arnaldo Carvalho de Melo 27d7ff46a3 [SK_BUFF]: Introduce skb_copy_to_linear_data{_offset} 18 years ago
Arnaldo Carvalho de Melo d626f62b11 [SK_BUFF]: Introduce skb_copy_from_linear_data{_offset} 18 years ago
Arnaldo Carvalho de Melo eeeb03745b [SK_BUFF]: More skb_put related conversions to skb_reset_transport_header 18 years ago
Arnaldo Carvalho de Melo badff6d01a [SK_BUFF]: Introduce skb_reset_transport_header(skb) 18 years ago
Arnaldo Carvalho de Melo c1d2bbe1cd [SK_BUFF]: Introduce skb_reset_network_header(skb) 18 years ago
Eric Dumazet ae40eb1ef3 [NET]: Introduce SIOCGSTAMPNS ioctl to get timestamps with nanosec resolution 18 years ago
Adrian Bunk e4ce837de9 [X25] x25_forward_call(): fix NULL dereferences 18 years ago
Eric W. Biederman 0b4d414714 [PATCH] sysctl: remove insert_at_head from register_sysctl 18 years ago
Eric W. Biederman b402f06d6e [PATCH] sysctl: x25: remove unnecessary insert_at_head from register_sysctl_table 18 years ago
Arjan van de Ven da7071d7e3 [PATCH] mark struct file_operations const 8 18 years ago
YOSHIFUJI Hideaki f8e1d20183 [NET] X25: Fix whitespace errors. 18 years ago
Andrew Hendry c9c2e9dcb8 [X.25]: Adds /proc/net/x25/forward to view active forwarded calls. 18 years ago
Andrew Hendry 39e21c0d34 [X.25]: Adds /proc/sys/net/x25/x25_forward to control forwarding. 18 years ago