summaryrefslogtreecommitdiff
path: root/drivers/net/ppp
AgeCommit message (Expand)Author
2019-08-13ipv4: hash net ptr into fragmentation bucket selectionHannes Frederic Sowa
2019-07-09pptp: dst_release sk_dst_cache in pptp_sock_destructXin Long
2018-12-16pppoe: fix reception of frames with no mac headerGuillaume Nault
2018-10-21ppp: remove the PPPIOCDETACH ioctlEric Biggers
2018-10-21ppp: unlock all_ppp_mutex before registering deviceGuillaume Nault
2018-10-21ppp: Fix null pointer dereference on registration failureBen Hutchings
2018-10-21ppp: fix race in ppp device destructionGuillaume Nault
2018-10-21ppp: fix lockdep splat in ppp_dev_uninit()Guillaume Nault
2018-10-21ppp: fix device unregistration upon netns deletionGuillaume Nault
2018-10-21pppoe: check sockaddr length in pppoe_connect()Guillaume Nault
2018-03-03pppoe: take ->needed_headroom of lower device into account on xmitGuillaume Nault
2016-11-20ppp: defer netns reference release for ppp channelWANG Cong
2016-05-01ppp: take reference on channels netnsGuillaume Nault
2016-05-01ppp: ensure file->private_data can't be overriddenGuillaume Nault
2016-03-24pppoe: fix reference counting in PPPoE proxyGuillaume Nault
2016-02-25pptp: fix illegal memory access caused by multiple bind()sHannes Frederic Sowa
2016-01-04pptp: verify sockaddr_len in pptp_bind() and pptp_connect()WANG Cong
2015-11-16ppp, slip: Validate VJ compression slot parameters completelyBen Hutchings
2015-11-16ppp: fix pppoe_dev deletion condition in pppoe_release()Guillaume Nault
2015-10-28ppp: don't override sk->sk_state in pppoe_flush_dev()Guillaume Nault
2015-04-29ppp: call skb_checksum_complete_unset in ppp_receive_frameTom Herbert
2015-02-10ppp: deflate: never return len larger than output bufferFlorian Westphal
2014-12-01pptp: fix stack info leak in pptp_getname()Mathias Krause
2014-11-14fix misuses of f_count() in ppp and netlinkAl Viro
2014-07-16net: ppp: fix creating PPP pass and active filtersChristoph Schulz
2014-07-14net: ppp: don't call sk_chk_filter twiceChristoph Schulz
2014-07-14net: pppoe: use correct channel MTU when using Multilink PPPChristoph Schulz
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet
2014-05-23net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann
2014-03-31net: ppp: use sk_unattached_filter apiDaniel Borkmann
2013-12-26ppp: slight optimization of addr comparedingtianhong
2013-12-06drivers/net/*: Fix FSF address in file headersJeff Kirsher
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka
2013-08-13pptp: fix byte order warningsstephen hemminger
2013-08-09pptp: fix sparse pointer warningstephen hemminger
2013-05-28net: pass info struct via netdevice notifierJiri Pirko
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds
2013-03-27ppp: reuse print_hex_dump_bytesAndy Shevchenko
2013-03-18tty: Fix recursive deadlock in tty_perform_flush()Peter Hurley
2013-02-27ppp: convert to idr_alloc()Tejun Heo
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2013-02-19ppp: set qdisc_tx_busylock to avoid LOCKDEP splatEric Dumazet
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar
2013-01-22drivers/net/ppp: remove depends on CONFIG_EXPERIMENTALKees Cook
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach
2012-11-01ppp: make ppp_get_stats64 staticstephen hemminger