index
:
blackbird-op-linux
master
Blackbird™ Linux sources for OpenPOWER
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
net
/
ppp_generic.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
ppp_generic: fix multilink fragment sizes
Ben McKeegan
2010-06-04
1
-1
/
+1
*
driver core: add devname module aliases to allow module on-demand auto-loading
Kay Sievers
2010-05-25
1
-2
/
+2
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-05-03
1
-12
/
+22
|
\
|
*
ppp_generic: handle non-linear skbs when passing them to pppd
Simon Arlott
2010-05-03
1
-1
/
+4
|
*
ppp_generic: pull 2 bytes so that PPP_PROTO(skb) is valid
Simon Arlott
2010-05-03
1
-11
/
+18
*
|
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2010-04-11
1
-0
/
+1
|
\
\
|
|
/
|
*
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
2010-03-30
1
-0
/
+1
*
|
ppp: Add ppp_dev_name() exported function
James Chapman
2010-04-03
1
-0
/
+19
|
/
*
ppp_generic.c severly whitespace damanged by 9c705260feea6ae329bc6b6d5f6d2ef0...
Lennart Sorensen
2010-01-19
1
-61
/
+61
*
drivers/net: Move && and || to end of previous line
Joe Perches
2009-12-03
1
-33
/
+33
*
net: Simplify ppp_generic pernet operations.
Eric W. Biederman
2009-12-01
1
-23
/
+7
*
netns: net_identifiers should be read_mostly
Eric Dumazet
2009-11-18
1
-1
/
+1
*
ppp: fix BUG on non-linear SKB (multilink receive)
Ben McKeegan
2009-11-16
1
-2
/
+9
*
netdev: convert pseudo drivers to netdev_tx_t
Stephen Hemminger
2009-09-01
1
-1
/
+1
*
ppp_generic: Help GCC see that 'flen' is always initialized.
David S. Miller
2009-08-19
1
-0
/
+1
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2009-08-12
1
-16
/
+18
|
\
|
*
ppp: fix lost fragments in ppp_mp_explode() (resubmit)
Ben McKeegan
2009-08-02
1
-16
/
+18
*
|
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
Patrick McHardy
2009-07-05
1
-2
/
+2
|
/
*
ppp: unset IFF_XMIT_DST_RELEASE in ppp_setup()
Eric Dumazet
2009-05-19
1
-0
/
+1
*
ppp: ppp_mp_explode() redesign
Gabriele Paoloni
2009-03-13
1
-91
/
+120
*
ppp: remove some pointless conditionals before kfree_skb()
Wei Yongjun
2009-02-26
1
-4
/
+2
*
ppp_generic: Simplify tx_dropped stats
Paulius Zaleckas
2009-02-26
1
-1
/
+1
*
drivers/net/ppp*.c: fix sparse warnings: fix signedness
Hannes Eder
2009-02-17
1
-1
/
+1
*
ppp: section fixes re netns
Alexey Dobriyan
2009-02-09
1
-1
/
+1
*
net: ppp_generic - introduce net-namespace functionality v2
Cyrill Gorcunov
2009-01-21
1
-77
/
+198
*
net: ppp_generic - fix regressions caused by IDR conversion
Cyrill Gorcunov
2009-01-12
1
-6
/
+37
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/ne...
David S. Miller
2008-12-23
1
-15
/
+13
|
\
|
*
ppp: fix segfaults introduced by netdev_priv changes
James Chapman
2008-12-18
1
-15
/
+13
*
|
net: ppp_generic - use DEFINE_IDR for static initialization
Cyrill Gorcunov
2008-12-18
1
-4
/
+2
*
|
net: ppp_generic - use idr technique instead of cardmaps
Cyrill Gorcunov
2008-12-17
1
-135
/
+48
*
|
netdev: add more functions to netdevice ops
Stephen Hemminger
2008-11-20
1
-3
/
+2
*
|
netdevice ppp: Convert directly reference of netdev->priv
Wang Chen
2008-11-20
1
-10
/
+5
*
|
ppp: convert to net_device_ops
Stephen Hemminger
2008-11-19
1
-1
/
+5
*
|
drivers/net: Kill now superfluous ->last_rx stores.
David S. Miller
2008-11-03
1
-1
/
+0
|
/
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
2008-10-16
1
-2
/
+2
|
\
|
*
device create: net: convert device_create_drvdata to device_create
Greg Kroah-Hartman
2008-10-16
1
-2
/
+2
*
|
remove CONFIG_KMOD from drivers
Johannes Berg
2008-10-17
1
-7
/
+3
|
/
*
ppp: Use skb_queue_walk() in ppp_mp_insert().
David S. Miller
2008-10-09
1
-1
/
+2
*
ppp_generic: Use skb_peek() in ppp_receive_mp_frame().
David S. Miller
2008-09-23
1
-3
/
+5
*
net: Remove __skb_insert() calls outside of skbuff internals.
David S. Miller
2008-09-21
1
-1
/
+1
*
[PATCH] f_count may wrap around
Al Viro
2008-07-26
1
-3
/
+3
*
device create: net: convert device_create to device_create_drvdata
Greg Kroah-Hartman
2008-07-21
1
-1
/
+2
*
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds...
David S. Miller
2008-07-18
1
-0
/
+2
|
\
|
*
Add a bunch of cycle_kernel_lock() calls
Jonathan Corbet
2008-06-20
1
-1
/
+2
|
*
Add "no BKL needed" comments to several drivers
Jonathan Corbet
2008-06-20
1
-0
/
+1
*
|
ppp: push BKL down into the driver
Alan Cox
2008-05-25
1
-7
/
+15
|
/
*
ppp: Do not free not yet unregistered net device.
Pavel Emelyanov
2008-05-13
1
-0
/
+1
*
ppp_generic: use stats from net_device structure
Paulius Zaleckas
2008-04-23
1
-29
/
+19
*
[PPP]: Sparse warning fixes.
Stephen Hemminger
2008-01-28
1
-1
/
+1
*
[PPP]: Remove ptr comparisons to 0
Joe Perches
2007-11-12
1
-63
/
+63
[next]