aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/ppp (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-12-09ppp_read(): switch to skb_copy_datagram_iter()Al Viro1-1/+3
2014-11-24new helper: memcpy_from_msg()Al Viro1-1/+1
2014-11-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+3
2014-11-20pptp: fix stack info leak in pptp_getname()Mathias Krause1-1/+3
2014-11-14Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-20/+20
2014-11-11net: ppp: Don't call bpf_prog_create() in ppp_lockTakashi Iwai1-20/+20
2014-11-05net: Add and use skb_copy_datagram_msg() helper.David S. Miller1-1/+1
2014-10-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2014-10-09fix misuses of f_count() in ppp and netlinkAl Viro1-1/+1
2014-10-07net: better IFF_XMIT_DST_RELEASE supportEric Dumazet1-1/+1
2014-08-02net: filter: split 'struct sk_filter' into socket and bpf partsAlexei Starovoitov1-14/+14
2014-07-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-6/+16
2014-07-16net: ppp: fix creating PPP pass and active filtersChristoph Schulz1-6/+16
2014-07-16net: ppp: access ppp->nextseq only if CONFIG_PPP_MULTILINK is definedChristoph Schulz1-0/+2
2014-07-16Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-8/+2
2014-07-15net: ppp: reset nextseq counter when enabling SC_MULTILINKChristoph Schulz1-0/+2
2014-07-15net: set name_assign_type in alloc_netdev()Tom Gundersen1-1/+2
2014-07-14net: ppp: don't call sk_chk_filter twiceChristoph Schulz1-7/+1
2014-07-14net: pppoe: use correct channel MTU when using Multilink PPPChristoph Schulz1-1/+1
2014-06-02inetpeer: get rid of ip_id_countEric Dumazet1-1/+1
2014-05-23net: filter: let unattached filters use sock_fprog_kernDaniel Borkmann1-2/+2
2014-03-31net: ppp: use sk_unattached_filter apiDaniel Borkmann1-19/+41
2013-12-26ppp: slight optimization of addr comparedingtianhong1-2/+2
2013-12-06drivers/net/*: Fix FSF address in file headersJeff Kirsher1-2/+1
2013-11-20net: rework recvmsg handler msg_name and msg_namelen logicHannes Frederic Sowa1-2/+0
2013-09-19ip: generate unique IP identificator if local fragmentation is allowedAnsis Atteka1-1/+1
2013-08-13pptp: fix byte order warningsstephen hemminger1-5/+5
2013-08-09pptp: fix sparse pointer warningstephen hemminger1-1/+1
2013-05-28net: pass info struct via netdevice notifierJiri Pirko1-1/+1
2013-05-01Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-51/+2
2013-03-27ppp: reuse print_hex_dump_bytesAndy Shevchenko1-51/+2
2013-03-18tty: Fix recursive deadlock in tty_perform_flush()Peter Hurley2-2/+2
2013-02-27ppp: convert to idr_alloc()Tejun Heo1-29/+4
2013-02-21Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+3
2013-02-21Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-10/+10
2013-02-19ppp: set qdisc_tx_busylock to avoid LOCKDEP splatEric Dumazet1-0/+8
2013-02-18net: proc: change proc_net_remove to remove_proc_entryGao feng1-1/+1
2013-02-18net: proc: change proc_net_fops_create to proc_createGao feng1-1/+1
2013-02-15net: Add skb_unclone() helper function.Pravin B Shelar1-2/+1
2013-01-22drivers/net/ppp: remove depends on CONFIG_EXPERIMENTALKees Cook1-10/+10
2013-01-18tty: Added a CONFIG_TTY option to allow removal of TTYJoe Millenbach1-0/+3
2012-11-01ppp: make ppp_get_stats64 staticstephen hemminger1-1/+1
2012-09-28Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2012-09-22pppoe: drop PPPOX_ZOMBIEs in pppoe_releaseXiaodong Xu1-1/+1
2012-08-22Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-2/+2
2012-08-08pptp: lookup route with the proper net namespaceGao feng1-2/+2
2012-08-03ppp: add 64 bit statsKevin Groeneveld1-10/+48
2012-05-19ppp: avoid false drop_monitor false positivesEric Dumazet5-13/+15
2012-05-17pppoe: remove unused return value from two methods.Rami Rosen1-9/+3
2012-04-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-9/+6