summaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp
Commit message (Expand)AuthorAgeFilesLines
* pptp: dst_release sk_dst_cache in pptp_sock_destructXin Long2019-03-231-0/+1
* pppoe: check sockaddr length in pppoe_connect()Guillaume Nault2018-04-291-0/+4
* pptp: remove a buggy dst release in pptp_connect()Eric Dumazet2018-04-131-1/+0
* ppp: prevent unregistered channels from connecting to PPP unitsGuillaume Nault2018-03-111-0/+9
* pppoe: take ->needed_headroom of lower device into account on xmitGuillaume Nault2018-01-311-5/+6
* ppp: Destroy the mutex when cleanupGao Feng2017-12-201-0/+1
* ppp: defer netns reference release for ppp channelWANG Cong2017-05-201-2/+3
* ppp: take reference on channels netnsGuillaume Nault2016-07-121-1/+3
* ppp: ensure file->private_data can't be overriddenGuillaume Nault2016-07-121-14/+17
* ppp, slip: Validate VJ compression slot parameters completelyBen Hutchings2016-02-151-4/+2
* pptp: verify sockaddr_len in pptp_bind() and pptp_connect()WANG Cong2016-01-151-0/+6
* ppp: fix pppoe_dev deletion condition in pppoe_release()Guillaume Nault2015-12-031-1/+1
* ppp: don't override sk->sk_state in pppoe_flush_dev()Guillaume Nault2015-11-131-1/+0
* ppp: call skb_checksum_complete_unset in ppp_receive_frameTom Herbert2015-05-111-0/+1
* ppp: deflate: never return len larger than output bufferFlorian Westphal2015-02-261-1/+1
* pptp: fix stack info leak in pptp_getname()Mathias Krause2014-11-201-1/+3
* net: ppp: Don't call bpf_prog_create() in ppp_lockTakashi Iwai2014-11-111-20/+20
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2014-10-131-1/+1
|\
| * fix misuses of f_count() in ppp and netlinkAl Viro2014-10-091-1/+1
* | net: better IFF_XMIT_DST_RELEASE supportEric Dumazet2014-10-071-1/+1
|/
* net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov2014-08-021-14/+14
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-221-6/+16
|\
| * net: ppp: fix creating PPP pass and active filtersChristoph Schulz2014-07-161-6/+16
* | net: ppp: access ppp->nextseq only if CONFIG_PPP_MULTILINK is definedChristoph Schulz2014-07-161-0/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-07-162-8/+2
|\|
| * net: ppp: don't call sk_chk_filter twiceChristoph Schulz2014-07-141-7/+1
| * net: pppoe: use correct channel MTU when using Multilink PPPChristoph Schulz2014-07-141-1/+1
* | net: ppp: reset nextseq counter when enabling SC_MULTILINKChristoph Schulz2014-07-151-0/+2
* | net: set name_assign_type in alloc_netdev()Tom Gundersen2014-07-151-1/+2
|/
* inetpeer: get rid of ip_id_countEric Dumazet2014-06-021-1/+1
* net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann2014-05-231-2/+2
* net: ppp: use sk_unattached_filter apiDaniel Borkmann2014-03-311-19/+41
* ppp: slight optimization of addr comparedingtianhong2013-12-261-2/+2
* drivers/net/*: Fix FSF address in file headersJeff Kirsher2013-12-061-2/+1
* net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa2013-11-201-2/+0
* ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka2013-09-191-1/+1
* pptp: fix byte order warningsstephen hemminger2013-08-131-5/+5
* pptp: fix sparse pointer warningstephen hemminger2013-08-091-1/+1
* net: pass info struct via netdevice notifierJiri Pirko2013-05-281-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2013-05-011-51/+2
|\
| * ppp: reuse print_hex_dump_bytesAndy Shevchenko2013-03-271-51/+2
* | tty: Fix recursive deadlock in tty_perform_flush()Peter Hurley2013-03-182-2/+2
|/
* ppp: convert to idr_alloc()Tejun Heo2013-02-271-29/+4
* Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2013-02-211-0/+3
|\
| * tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach2013-01-181-0/+3
* | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-211-10/+10
|\ \
| * | drivers/net/ppp: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-221-10/+10
| |/
* | ppp: set qdisc_tx_busylock to avoid LOCKDEP splatEric Dumazet2013-02-191-0/+8
* | net: proc: change proc_net_remove to remove_proc_entryGao feng2013-02-181-1/+1
* | net: proc: change proc_net_fops_create to proc_createGao feng2013-02-181-1/+1