aboutsummaryrefslogtreecommitdiff
path: root/net/l2tp
AgeCommit message (Expand)Author
2014-09-19l2tp: Refactor l2tp core driver to make use of the common UDP tunnel functionsAndy Zhou
2014-09-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-09-05l2tp: fix missing line continuationAndy Zhou
2014-09-05l2tp: fix race while getting PMTU on PPP pseudo-wireGuillaume Nault
2014-09-01l2tp: Enable checksum unnecessary conversions for l2tp/UDP socketsTom Herbert
2014-07-31net: use inet6_iif instead of IP6CB()->iifDuan Jiong
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen
2014-07-14net/l2tp: don't fall back on UDP [get|set]sockoptSasha Levin
2014-07-14l2tp: Call udp_sock_createTom Herbert
2014-06-04l2tp: call udp{6}_set_csumTom Herbert
2014-05-23l2tp: Add support for zero IPv6 checksumsTom Herbert
2014-05-23net: Split sk_no_check into sk_no_check_{rx,tx}Tom Herbert
2014-05-23net: Eliminate no_check from protoswTom Herbert
2014-05-12net: rename local_df to ignore_dfWANG Cong
2014-05-08l2tp: Remove UDP checksum verificationTom Herbert
2014-04-30net: ipv6: Introduce ip6_sk_dst_hoplimit.Lorenzo Colitti
2014-04-15ipv4: add a sock pointer to ip_queue_xmit()Eric Dumazet
2014-04-09l2tp: take PMTU from tunnel UDP socketDmitry Petukhov
2014-04-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2014-03-31Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2014-03-29workqueue: remove deprecated WQ_NON_REENTRANTZhangZhen
2014-03-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2014-03-10l2tp: fix unused variable warningEric Dumazet
2014-03-07l2tp: keep original skb ownershipEric Dumazet
2014-03-06l2tp: fix userspace reception on plain L2TP socketsGuillaume Nault
2014-03-06l2tp: fix manual sequencing (de)activation in L2TPv2Guillaume Nault
2014-02-13net: remove unnecessary return'sstephen hemminger
2014-01-21ipv6: protect protocols not handling ipv4 from v4 connection/bind attemptsHannes Frederic Sowa
2014-01-18net: add build-time checks for msg->msg_name sizeSteffen Hurrle
2014-01-13l2tp: make local functions staticstephen hemminger
2013-12-19Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/klasse...David S. Miller
2013-12-10ipv6: do not erase dst address with flow label destinationFlorent Fourcot
2013-12-06net: Remove FLOWI_FLAG_CAN_SLEEPSteffen Klassert
2013-11-23inet: fix addr_len/msg->msg_namelen assignment in recv_error and rxpmtu funct...Hannes Frederic Sowa
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-11-19genetlink: only pass array to genl_register_family_with_ops()Johannes Berg
2013-11-18inet: prevent leakage of uninitialized memory to user in recv syscallsHannes Frederic Sowa
2013-11-14genetlink: make all genl_ops users constJohannes Berg
2013-10-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller
2013-10-19net: misc: Remove extern from function prototypesJoe Perches
2013-10-11l2tp: must disable bh before calling l2tp_xmit_skb()Eric Dumazet
2013-10-09ipv6: make lookups simpler and fasterEric Dumazet
2013-10-08l2tp: Fix build warning with ipv6 disabled.David S. Miller
2013-10-02l2tp: fix kernel panic when using IPv4-mapped IPv6 addressesFrançois Cachereul
2013-07-02l2tp: make datapath resilient to packet loss when sequence numbers enabledJames Chapman
2013-07-02l2tp: make datapath sequence number support RFC-compliantJames Chapman
2013-07-02l2tp: do data sequence number handling in a separate funcJames Chapman
2013-07-02l2tp: add missing .owner to struct pppox_protoWei Yongjun
2013-06-13l2tp: Fix sendmsg() return valueGuillaume Nault