Commit Graph

185 Commits (b1a9edbda040a43583ff14d63ebeb91abe5848b9)

Author SHA1 Message Date
Tom Herbert 77157e1973 l2tp: call udp{6}_set_csum 11 years ago
Tom Herbert 6b649feafe l2tp: Add support for zero IPv6 checksums 11 years ago
Tom Herbert 28448b8045 net: Split sk_no_check into sk_no_check_{rx,tx} 11 years ago
Tom Herbert b26ba202e0 net: Eliminate no_check from protosw 11 years ago
WANG Cong 60ff746739 net: rename local_df to ignore_df 11 years ago
Tom Herbert 58d6085c14 l2tp: Remove UDP checksum verification 11 years ago
Lorenzo Colitti 5c98631cca net: ipv6: Introduce ip6_sk_dst_hoplimit. 11 years ago
Eric Dumazet b0270e9101 ipv4: add a sock pointer to ip_queue_xmit() 11 years ago
Dmitry Petukhov f34c4a35d8 l2tp: take PMTU from tunnel UDP socket 11 years ago
ZhangZhen 59ff3eb6d6 workqueue: remove deprecated WQ_NON_REENTRANT 11 years ago
Eric Dumazet 746e349980 l2tp: fix unused variable warning 11 years ago
Eric Dumazet 31c70d5956 l2tp: keep original skb ownership 11 years ago
Guillaume Nault 9e9cb6221a l2tp: fix userspace reception on plain L2TP sockets 11 years ago
Guillaume Nault bb5016eac1 l2tp: fix manual sequencing (de)activation in L2TPv2 11 years ago
stephen hemminger 2045ceaed4 net: remove unnecessary return's 11 years ago
Hannes Frederic Sowa 82b276cd2b ipv6: protect protocols not handling ipv4 from v4 connection/bind attempts 11 years ago
Steffen Hurrle 342dfc306f net: add build-time checks for msg->msg_name size 11 years ago
stephen hemminger b5d2b2858f l2tp: make local functions static 11 years ago
Florent Fourcot ce7a3bdf18 ipv6: do not erase dst address with flow label destination 11 years ago
Steffen Klassert 0e0d44ab42 net: Remove FLOWI_FLAG_CAN_SLEEP 11 years ago
Hannes Frederic Sowa 85fbaa7503 inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu functions 11 years ago
Hannes Frederic Sowa f3d3342602 net: rework recvmsg handler msg_name and msg_namelen logic 11 years ago
Johannes Berg c53ed74236 genetlink: only pass array to genl_register_family_with_ops() 11 years ago
Hannes Frederic Sowa bceaa90240 inet: prevent leakage of uninitialized memory to user in recv syscalls 11 years ago
Johannes Berg 4534de8305 genetlink: make all genl_ops users const 11 years ago
Joe Perches c1b1203d65 net: misc: Remove extern from function prototypes 11 years ago
Eric Dumazet 455cc32bf1 l2tp: must disable bh before calling l2tp_xmit_skb() 12 years ago
Eric Dumazet efe4208f47 ipv6: make lookups simpler and faster 12 years ago
David S. Miller 8d8a51e26a l2tp: Fix build warning with ipv6 disabled. 12 years ago
François Cachereul e18503f41f l2tp: fix kernel panic when using IPv4-mapped IPv6 addresses 12 years ago
James Chapman a0dbd82227 l2tp: make datapath resilient to packet loss when sequence numbers enabled 12 years ago
James Chapman 8a1631d588 l2tp: make datapath sequence number support RFC-compliant 12 years ago
James Chapman b6dc01a43a l2tp: do data sequence number handling in a separate func 12 years ago
Wei Yongjun e1558a93b6 l2tp: add missing .owner to struct pppox_proto 12 years ago
Guillaume Nault a6f79d0f26 l2tp: Fix sendmsg() return value 12 years ago
Guillaume Nault 55b92b7a11 l2tp: Fix PPP header erasure and memory leak 12 years ago
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