| Commit message (Expand) | Author | Age | Files | Lines |
* | ip: generate unique IP identificator if local fragmentation is allowed | Ansis Atteka | 2013-09-19 | 1 | -1/+1 |
* | pptp: fix byte order warnings | stephen hemminger | 2013-08-14 | 1 | -5/+5 |
* | pptp: fix sparse pointer warning | stephen hemminger | 2013-08-09 | 1 | -1/+1 |
* | net: pass info struct via netdevice notifier | Jiri Pirko | 2013-05-28 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2013-05-01 | 1 | -51/+2 |
|\ |
|
| * | ppp: reuse print_hex_dump_bytes | Andy Shevchenko | 2013-03-27 | 1 | -51/+2 |
* | | tty: Fix recursive deadlock in tty_perform_flush() | Peter Hurley | 2013-03-19 | 2 | -2/+2 |
|/ |
|
* | ppp: convert to idr_alloc() | Tejun Heo | 2013-02-28 | 1 | -29/+4 |
* | Merge tag 'tty-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 2013-02-21 | 1 | -0/+3 |
|\ |
|
| * | tty: Added a CONFIG_TTY option to allow removal of TTY | Joe Millenbach | 2013-01-19 | 1 | -0/+3 |
* | | Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2013-02-21 | 1 | -10/+10 |
|\ \ |
|
| * | | drivers/net/ppp: remove depends on CONFIG_EXPERIMENTAL | Kees Cook | 2013-01-22 | 1 | -10/+10 |
| |/ |
|
* | | ppp: set qdisc_tx_busylock to avoid LOCKDEP splat | Eric Dumazet | 2013-02-19 | 1 | -0/+8 |
* | | net: proc: change proc_net_remove to remove_proc_entry | Gao feng | 2013-02-18 | 1 | -1/+1 |
* | | net: proc: change proc_net_fops_create to proc_create | Gao feng | 2013-02-18 | 1 | -1/+1 |
* | | net: Add skb_unclone() helper function. | Pravin B Shelar | 2013-02-15 | 1 | -2/+1 |
|/ |
|
* | ppp: make ppp_get_stats64 static | stephen hemminger | 2012-11-01 | 1 | -1/+1 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-09-28 | 1 | -1/+1 |
|\ |
|
| * | pppoe: drop PPPOX_ZOMBIEs in pppoe_release | Xiaodong Xu | 2012-09-22 | 1 | -1/+1 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-08-22 | 1 | -2/+2 |
|\| |
|
| * | pptp: lookup route with the proper net namespace | Gao feng | 2012-08-09 | 1 | -2/+2 |
* | | ppp: add 64 bit stats | Kevin Groeneveld | 2012-08-04 | 1 | -10/+48 |
|/ |
|
* | ppp: avoid false drop_monitor false positives | Eric Dumazet | 2012-05-19 | 5 | -13/+15 |
* | pppoe: remove unused return value from two methods. | Rami Rosen | 2012-05-17 | 1 | -9/+3 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-04-15 | 1 | -9/+6 |
|\ |
|
| * | ppp: Fix race condition with queue start/stop | David Woodhouse | 2012-04-13 | 1 | -9/+6 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-04-10 | 1 | -5/+9 |
|\| |
|
| * | ppp: Don't stop and restart queue on every TX packet | David Woodhouse | 2012-04-03 | 1 | -5/+9 |
* | | ppp: use for_each_set_bit_from | Akinobu Mita | 2012-04-04 | 1 | -2/+2 |
|/ |
|
* | ppp: Replace uses of <linux/if_ppp.h> with <linux/ppp-ioctl.h> | Paul Mackerras | 2012-03-05 | 4 | -4/+4 |
* | ppp: Move ioctl definitions from if_ppp.h to new ppp-ioctl.h | Paul Mackerras | 2012-03-05 | 2 | -4/+4 |
* | ppp: Change copyright notices from ANU to me | Paul Mackerras | 2012-03-05 | 1 | -26/+4 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2012-02-27 | 1 | -0/+23 |
|\ |
|
| * | ppp: fix 'ppp_mp_reconstruct bad seq' errors | Ben McKeegan | 2012-02-24 | 1 | -0/+23 |
* | | ppp: fix truesize underestimation | Eric Dumazet | 2012-02-13 | 1 | -1/+1 |
* | | drivers/net: Remove unnecessary k.alloc/v.alloc OOM messages | Joe Perches | 2012-01-31 | 1 | -3/+1 |
|/ |
|
* | pptp: Accept packet with seq zero | Bradley Peterson | 2012-01-13 | 1 | -2/+2 |
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-12-16 | 1 | -3/+1 |
|\ |
|
| * | ppp: fix pptp double release_sock in pptp_bind() | Djalal Harouni | 2011-12-07 | 1 | -3/+1 |
* | | net: treewide use of RCU_INIT_POINTER | Eric Dumazet | 2011-11-24 | 1 | -1/+1 |
|/ |
|
* | Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2011-10-25 | 1 | -8/+14 |
* | Merge branch 'master' of github.com:davem330/net | David S. Miller | 2011-09-22 | 1 | -1/+6 |
* | ppp: Move the PPP drivers | Jeff Kirsher | 2011-08-27 | 12 | -0/+9683 |