Commit Graph

144 Commits (ee9596d467e4d05c77a8c883aeeb5b74d1a3cd31)

Author SHA1 Message Date
Mathias Krause b860d3cc62 l2tp: fix info leak in l2tp_ip6_recvmsg() 12 years ago
Dan Carpenter 1b7c92b905 l2tp: calling the ref() instead of deref() 12 years ago
Tom Parkin f6e16b299b l2tp: unhash l2tp sessions on delete, not on free 12 years ago
Tom Parkin 7b7c0719cd l2tp: avoid deadlock in l2tp stats update 12 years ago
Tom Parkin cf2f5c886a l2tp: push all ppp pseudowire shutdown through .release handler 12 years ago
Tom Parkin 4c6e2fd354 l2tp: purge session reorder queue on delete 12 years ago
Tom Parkin 48f72f92b3 l2tp: add session reorder queue purge function to core 12 years ago
Tom Parkin 02d13ed5f9 l2tp: don't BUG_ON sk_socket being NULL 12 years ago
Tom Parkin 8abbbe8ff5 l2tp: take a reference for kernel sockets in l2tp_tunnel_sock_lookup 12 years ago
Tom Parkin 2b551c6e7d l2tp: close sessions before initiating tunnel delete 12 years ago
Tom Parkin 936063175a l2tp: close sessions in ip socket destroy callback 12 years ago
Tom Parkin e34f4c7050 l2tp: export l2tp_tunnel_closeall 12 years ago
Tom Parkin 9980d001ce l2tp: add udp encap socket destroy handler 12 years ago
Guillaume Nault 8b82547e33 l2tp: Restore socket refcount when sendmsg succeeds 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
Eric Dumazet 87c084a980 l2tp: dont play with skb->truesize 12 years ago
David S. Miller 9d6ddb1990 l2tp: Make ipv4 protocol handler namespace aware. 12 years ago
Tom Parkin 167eb17e0b l2tp: create tunnel sockets in the right namespace 12 years ago
Tom Parkin cbb95e0ca9 l2tp: prevent tunnel creation on netns mismatch 12 years ago
Tom Parkin b6fdfdfab0 l2tp: set netnsok flag for netlink messages 12 years ago
Tom Parkin f8ccac0e44 l2tp: put tunnel socket release on a workqueue 12 years ago
Tom Parkin 700163db3d l2tp: correctly handle ancillary data in the ip6 recv path 12 years ago
Tom Parkin 73df66f8b1 ipv6: rename datagram_send_ctl and datagram_recv_ctl 12 years ago
Tom Parkin 80d84ef3ff l2tp: prevent l2tp_tunnel_delete racing with userspace close 12 years ago
Kees Cook 41694365e2 net/l2tp: remove depends on CONFIG_EXPERIMENTAL 12 years ago
Tom Parkin 789336360e l2tp: fix oops in l2tp_eth_create() error path 12 years ago
Alan Cox e269ed26d4 l2tp: session is an array not a pointer 12 years ago
Wei Yongjun 7f8436a126 l2tp: fix return value check 13 years ago
Amerigo Wang fc18162520 l2tp: fix compile error when CONFIG_IPV6=m and CONFIG_L2TP=y 13 years ago
Eric W. Biederman 15e473046c netlink: Rename pid to portid to avoid confusion 13 years ago
Eric Dumazet 23d3b8bfb8 net: qdisc busylock needs lockdep annotations 13 years ago
Eric Dumazet c0cc88a762 l2tp: fix a typo in l2tp_eth_dev_recv() 13 years ago
Eric Dumazet 37159ef2c1 l2tp: fix a lockdep splat 13 years ago
xeb@mail.ru 99469c32f7 l2tp: avoid to use synchronize_rcu in tunnel free function 13 years ago
Mathias Krause 04d4fbca10 l2tp: fix info leak via getsockname() 13 years ago
Eric Dumazet b8c8430726 net: l2tp_eth: provide tx_dropped counter 13 years ago
Thomas Graf 58050fce35 net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new() 13 years ago
Eric Dumazet a2842a1e66 net: l2tp_eth: use LLTX to avoid LOCKDEP splats 13 years ago
Eric Dumazet aa214de059 net: l2tp_eth: fix l2tp_eth_dev_xmit race 13 years ago
Eric Dumazet 4399a4df98 l2tp: fix a race in l2tp_ip_sendmsg() 13 years ago
Eric Dumazet a06998b88b net: l2tp_eth: fix kernel panic on rmmod l2tp_eth 13 years ago
Joe Perches e3192690a3 net: Remove casts to same type 13 years ago
Neil Horman e9412c3708 genetlink: Build a generic netlink family module alias 13 years ago
James Chapman c51ce49735 l2tp: fix oops in L2TP IP sockets for connect() AF_UNSPEC case 13 years ago
Joe Perches a4ca44fa57 net: l2tp: Standardize logging styles 13 years ago
James Chapman d301e32568 l2tp: fix data packet sequence number handling 13 years ago
James Chapman 38d40b3f4e l2tp: fix reorder timeout recovery 13 years ago
Sasha Levin 84768edbb2 net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsg 13 years ago