Commit Graph

130 Commits (35fbf8452ce6e7da4389d037a981c9d8d58dc1b7)

Author SHA1 Message Date
Al Viro 6ce8e9ce59 new helper: memcpy_from_msg() 10 years ago
David S. Miller 51f3d02b98 net: Add and use skb_copy_datagram_msg() helper. 10 years ago
Fabian Frederick dc8e54165f netrom: use linux/uaccess.h 10 years ago
Tom Gundersen c835a67733 net: set name_assign_type in alloc_netdev() 11 years ago
David S. Miller 676d23690f net: Fix use after free by removing length arg from sk_data_ready callbacks. 11 years ago
Steffen Hurrle 342dfc306f net: add build-time checks for msg->msg_name size 11 years ago
Hannes Frederic Sowa f3d3342602 net: rework recvmsg handler msg_name and msg_namelen logic 11 years ago
Joe Perches fe2c6338fd net: Convert uses of typedef ctl_table to struct ctl_table 12 years ago
Jiri Pirko 351638e7de net: pass info struct via netdevice notifier 12 years ago
Dan Carpenter 7a3b68434b netrom: info leak in ->getname() 12 years ago
Wei Yongjun c802d75962 netrom: fix invalid use of sizeof in nr_recvmsg() 12 years ago
Mathias Krause 3ce5efad47 netrom: fix info leak via msg_name in nr_recvmsg() 12 years ago
Sasha Levin b67bfe0d42 hlist: drop the node parameter from iterators 12 years ago
Gao feng ece31ffd53 net: proc: change proc_net_remove to remove_proc_entry 12 years ago
Gao feng d4beaa66ad net: proc: change proc_net_fops_create to proc_create 12 years ago
Zhao Hongjiang bf5b30b8a4 net: change return values from -EACCES to -EPERM 13 years ago
Alan Cox 6cf5c95117 netrom: copy_datagram_iovec can fail 13 years ago
Eric W. Biederman ec8f23ce0f net: Convert all sysctl registrations to register_net_sysctl 13 years ago
Eric W. Biederman 5dd3df105b net: Move all of the network sysctls without a namespace into init_net. 13 years ago
Eric Dumazet 95c9617472 net: cleanup unsigned to unsigned int 13 years ago
David Howells 9ffc93f203 Remove all #inclusions of asm/system.h 13 years ago
Xi Wang 32288eb4d9 netrom: avoid overflows in nr_setsockopt() 13 years ago
Ralf Baechle 0f20f5a7de NET: NETROM: Fix formatting. 13 years ago
Ralf Baechle 10cae1c8df NET: NETROM: Cleanup argument SIOCADDRT ioctl argument checking. 13 years ago
Ralf Baechle ac1a1de315 NET: NETROM: When adding a route verify length of mnemonic string. 13 years ago
Paul Gortmaker bc3b2d7fb9 net: Add export.h for EXPORT_SYMBOL/THIS_MODULE to non-modules 13 years ago
Joe Perches c485538901 netrom: Reduce switch/case indent 14 years ago
Ralf Baechle 8849b720e9 NET: AX.25, NETROM, ROSE: Remove SOCK_DEBUG calls 14 years ago
Eric Dumazet aa39514516 net: sk_sleep() helper 15 years ago
Tejun Heo 5a0e3ad6af include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h 15 years ago
Li Zefan 90dd7f5ace net: netrom: use seq_hlist_foo() helpers 15 years ago
Jarek Poplawski d00c362f1b ax25: netrom: rose: Fix timer oopses 15 years ago
Octavian Purdila 09ad9bc752 net: use net_eq to compare nets 15 years ago
Eric W. Biederman f8572d8f2a sysctl net: Remove unused binary sysctl code 15 years ago
Eric Paris 3f378b6844 net: pass kern to net_proto_family create function 15 years ago
Eric Dumazet c6d14c8456 net: Introduce for_each_netdev_rcu() iterator 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
Stephen Hemminger 36e4d64a82 convert hamradio drivers to netdev_txreturnt_t 16 years ago
Ralf Baechle c6ba973b8f NETROM: Fix use of static buffer 16 years ago
Eric Dumazet f6b97b2951 netrom: Fix nr_getname() leak 16 years ago
Patrick McHardy 6ed106549d net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions 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
Jean Delvare cc29c70dd5 net/netrom: Fix socket locking 16 years ago
David S. Miller 80e20f6f36 Revert "netrom: zero length frame filtering in NetRom" 16 years ago
Alan Cox 83e0bbcbe2 af_rose/x25: Sanity check the maximum user frame size 16 years ago
Bernard Pidoux a3ac80a130 netrom: zero length frame filtering in NetRom 16 years ago
Stephen Hemminger 0f6c5c8e79 netrom: convert to net_device_ops 16 years ago
Stephen Hemminger b51414b691 netrom: convert to internal net_device_stats 16 years ago