Commit Graph

106 Commits (8a22c99a80b0926585cfcbcc423ee2c49c1fd820)

Author SHA1 Message Date
Dan Rosenberg 5ef41308f9 x25: Prevent crashing when parsing bad X.25 facilities 14 years ago
andrew hendry a6331d6f9a memory corruption in X.25 facilities parsing 14 years ago
Arnd Bergmann 6de5bd128d BKL: introduce CONFIG_BKL. 15 years ago
andrew hendry 768190fdc0 X.25 remove bkl in poll 15 years ago
andrew hendry 40e192c3ff X.25 remove bkl in getsockname 15 years ago
andrew hendry 21a4591794 X.25 remove bkl in connect 15 years ago
Andrew Hendry 141646ce56 X.25 remove bkl in accept 15 years ago
andrew hendry 90c27297a9 X.25 remove bkl in bind 15 years ago
andrew hendry 25aa4efe4f X.25 remove bkl in listen 15 years ago
andrew hendry 935e2a26b8 X25: Remove bkl in sockopts 15 years ago
andrew hendry 37cda78741 X25: Move accept approve flag to bitfield 15 years ago
andrew hendry b7792e34cb X25: Move interrupt flag to bitfield 15 years ago
andrew hendry cb863ffd4a X25: Move qbit flag to bitfield 15 years ago
Andrew Hendry 5ebfbc06aa X25: Add if_x25.h and x25 to device identifiers 15 years ago
andrew hendry 2cec6b014d X25 fix dead unaccepted sockets 15 years ago
Eric Dumazet aa39514516 net: sk_sleep() helper 15 years ago
John Hughes ddd0451fc8 x.25 attempts to negotiate invalid throughput 15 years ago
John Hughes f5eb917b86 x25: Patch to fix bug 15678 - x25 accesses fields beyond end of packet. 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
Zhu Yi a3a858ff18 net: backlog functions rename 15 years ago
Zhu Yi 2499849ee8 x25: use limited socket backlog 15 years ago
andrew hendry a9288525d2 X25: Dont let x25_bind use addresses containing characters 15 years ago
andrew hendry b18e7a0685 X25: Fix x25_create errors for bad protocol and ENOBUFS 15 years ago
Li Zefan 4f134204f7 net: x25: use seq_list_foo() helpers 15 years ago
Li Zefan 32d2e3a149 net: x25: use seq_hlist_foo() helpers 15 years ago
andrew hendry 429d33ace5 X25: Fix oops and refcnt problems from x25_dev_get 15 years ago
andrew hendry 1fd975a052 X25: Check for errors in x25_init 15 years ago
andrew hendry 2f5517aefc X25: Move SYSCTL ifdefs into header 15 years ago
Octavian Purdila 09ad9bc752 net: use net_eq to compare nets 15 years ago
Andrew Hendry 386e50cc7d X25: Enable setting of cause and diagnostic fields 15 years ago
Eric W. Biederman f8572d8f2a sysctl net: Remove unused binary sysctl code 15 years ago
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 16 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 17 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