aboutsummaryrefslogtreecommitdiffstats
path: root/net/l2tp (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-11-10Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-0/+1
2012-11-02l2tp: fix oops in l2tp_eth_create() error pathTom Parkin1-0/+1
2012-10-26l2tp: session is an array not a pointerAlan Cox1-1/+1
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+6
2012-09-27l2tp: fix return value checkWei Yongjun1-6/+6
2012-09-21l2tp: fix compile error when CONFIG_IPV6=m and CONFIG_L2TP=yAmerigo Wang1-0/+1
2012-09-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-1/+5
2012-09-10netlink: Rename pid to portid to avoid confusionEric W. Biederman1-12/+12
2012-09-05net: qdisc busylock needs lockdep annotationsEric Dumazet1-1/+2
2012-09-04l2tp: fix a typo in l2tp_eth_dev_recv()Eric Dumazet1-1/+1
2012-09-04l2tp: fix a lockdep splatEric Dumazet1-0/+4
2012-08-30l2tp: avoid to use synchronize_rcu in tunnel free functionxeb@mail.ru2-2/+2
2012-08-15l2tp: fix info leak via getsockname()Mathias Krause1-0/+1
2012-06-29net: l2tp_eth: provide tx_dropped counterEric Dumazet2-10/+16
2012-06-28net: Use NLMSG_DEFAULT_SIZE in combination with nlmsg_new()Thomas Graf1-3/+3
2012-06-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-12/+33
2012-06-26net: l2tp_eth: use LLTX to avoid LOCKDEP splatsEric Dumazet1-11/+32
2012-06-25net: l2tp_eth: fix l2tp_eth_dev_xmit raceEric Dumazet1-3/+3
2012-06-12Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-3/+8
2012-06-08l2tp: fix a race in l2tp_ip_sendmsg()Eric Dumazet1-3/+6
2012-06-07net: l2tp_eth: fix kernel panic on rmmod l2tp_ethEric Dumazet1-0/+2
2012-06-04net: Remove casts to same typeJoe Perches1-4/+4
2012-05-29genetlink: Build a generic netlink family module aliasNeil Horman1-2/+1
2012-05-29l2tp: fix oops in L2TP IP sockets for connect() AF_UNSPEC caseJames Chapman2-3/+39
2012-05-17net: l2tp: Standardize logging stylesJoe Perches8-221/+213
2012-05-10l2tp: fix data packet sequence number handlingJames Chapman1-1/+1
2012-05-10l2tp: fix reorder timeout recoveryJames Chapman2-0/+10
2012-05-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+2
2012-05-02net: l2tp: unlock socket lock before returning from l2tp_ip_sendmsgSasha Levin1-1/+2
2012-05-01l2tp: let iproute2 create L2TPv3 IP tunnels using IPv6James Chapman1-22/+50
2012-05-01l2tp: introduce L2TPv3 IP encapsulation support for IPv6Chris Elston2-0/+795
2012-05-01l2tp: netlink api for l2tpv3 ipv6 unmanaged tunnelsChris Elston3-21/+109
2012-05-01l2tp: show IPv6 addresses in l2tp debugfs fileChris Elston1-0/+8
2012-05-01l2tp: pppol2tp_connect() handles ipv6 sockaddr variantsJames Chapman1-8/+28
2012-05-01l2tp: remove unused stats from l2tp_ip socketJames Chapman1-28/+4
2012-05-01l2tp: Use ip4_datagram_connect() in l2tp_ip_connect()James Chapman1-47/+7
2012-05-01l2tp: fix locking of 64-bit counters for smpJames Chapman3-35/+103
2012-04-30l2tp: Add missing net/net/ip6_checksum.h include.David S. Miller1-0/+1
2012-04-28net/l2tp: add support for L2TP over IPv6 UDPBenjamin LaHaise2-13/+118
2012-04-15net: cleanup unsigned to unsigned intEric Dumazet1-8/+8
2012-04-13udp: intoduce udp_encap_needed static_keyEric Dumazet1-0/+1
2012-04-13Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+3
2012-04-13l2tp: don't overwrite source address in l2tp_ip_bind()James Chapman1-1/+2
2012-04-13l2tp: fix refcount leak in l2tp_ip socketsJames Chapman1-1/+1
2012-04-02l2tp: Stop using NLA_PUT*().David S. Miller1-50/+64
2012-03-21l2tp: enable automatic module loading for l2tp_pppBenjamin LaHaise1-0/+1
2012-03-20Fix pppol2tp getsockname()Benjamin LaHaise1-1/+1
2012-03-04ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h>Paul Mackerras1-1/+1
2012-02-15net: replace random_ether_addr() with eth_hw_addr_random()Danny Kukawka1-1/+1
2012-01-25l2tp: l2tp_ip - fix possible oops on packet receiveJames Chapman1-5/+0