Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
16dd18b0837dee46f1a6b0c01830c5f2b7187266
/
drivers
/
net
/
ppp_generic.c
424efe9
netdev: convert pseudo drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
886f9fe
ppp_generic: Help GCC see that 'flen' is always initialized.
by David S. Miller
· 15 years ago
aa11d95
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
a53a8b5
ppp: fix lost fragments in ppp_mp_explode() (resubmit)
by Ben McKeegan
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
8b2d850
ppp: unset IFF_XMIT_DST_RELEASE in ppp_setup()
by Eric Dumazet
· 15 years ago
9c70526
ppp: ppp_mp_explode() redesign
by Gabriele Paoloni
· 16 years ago
1d2f8c9
ppp: remove some pointless conditionals before kfree_skb()
by Wei Yongjun
· 16 years ago
6ceffd4
ppp_generic: Simplify tx_dropped stats
by Paulius Zaleckas
· 16 years ago
d6781f2
drivers/net/ppp*.c: fix sparse warnings: fix signedness
by Hannes Eder
· 16 years ago
0012985
ppp: section fixes re netns
by Alexey Dobriyan
· 16 years ago
273ec51
net: ppp_generic - introduce net-namespace functionality v2
by Cyrill Gorcunov
· 16 years ago
8599757
net: ppp_generic - fix regressions caused by IDR conversion
by Cyrill Gorcunov
· 16 years ago
6332178
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
ab5024a
net: ppp_generic - use DEFINE_IDR for static initialization
by Cyrill Gorcunov
· 16 years ago
739840d
ppp: fix segfaults introduced by netdev_priv changes
by James Chapman
· 16 years ago
7a95d26
net: ppp_generic - use idr technique instead of cardmaps
by Cyrill Gorcunov
· 16 years ago
0082982
netdev: add more functions to netdevice ops
by Stephen Hemminger
· 16 years ago
c8019bf
netdevice ppp: Convert directly reference of netdev->priv
by Wang Chen
· 16 years ago
52256cf
ppp: convert to net_device_ops
by Stephen Hemminger
· 16 years ago
babcda7
drivers/net: Kill now superfluous ->last_rx stores.
by David S. Miller
· 16 years ago
c813b4e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 16 years ago
6e05d6c
device create: net: convert device_create_drvdata to device_create
by Greg Kroah-Hartman
· 16 years ago
a65e5d7
remove CONFIG_KMOD from drivers
by Johannes Berg
· 16 years ago
13c9821
ppp: Use skb_queue_walk() in ppp_mp_insert().
by David S. Miller
· 16 years ago
38ce7c7
ppp_generic: Use skb_peek() in ppp_receive_mp_frame().
by David S. Miller
· 16 years ago
43f59c8
net: Remove __skb_insert() calls outside of skbuff internals.
by David S. Miller
· 16 years ago
516e0cc
[PATCH] f_count may wrap around
by Al Viro
· 16 years ago
e17da9c
device create: net: convert device_create to device_create_drvdata
by Greg Kroah-Hartman
· 16 years ago
49997d7
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 16 years ago
f2b9857
Add a bunch of cycle_kernel_lock() calls
by Jonathan Corbet
· 16 years ago
d21c95c
Add "no BKL needed" comments to several drivers
by Jonathan Corbet
· 16 years ago
f3ff8a4
ppp: push BKL down into the driver
by Alan Cox
· 16 years ago
4b95ede
ppp: Do not free not yet unregistered net device.
by Pavel Emelyanov
· 16 years ago
8c0469c
ppp_generic: use stats from net_device structure
by Paulius Zaleckas
· 17 years ago
3c582b3
[PPP]: Sparse warning fixes.
by Stephen Hemminger
· 17 years ago
cd228d5
[PPP]: Remove ptr comparisons to 0
by Joe Perches
· 17 years ago
2a38b77
[PPP] generic: Fix receive path data clobbering & non-linear handling
by Herbert Xu
· 17 years ago
7b797d5
[PPP] generic: Call skb_cow_head before scribbling over skb
by Herbert Xu
· 17 years ago
06c7af5
[PPP]: Fix output buffer size in ppp_decompress_frame().
by Konstantin Sharlaimov
· 17 years ago
68fc4fa
unregister_chrdev(): ignore the return value
by Akinobu Mita
· 17 years ago
4b2a8fb
[PPP]: Fix osize too small errors when decoding mppe.
by Konstantin Sharlaimov
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 17 years ago
57cd5f7
[NET]: ROUND_UP macro cleanup in drivers/net/ppp_generic.c
by Milind Arun Choudhary
· 18 years ago
459a98e
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
165de5b
[PPP]: Don't leak an sk_buff on interface destruction.
by G. Liakhovetski
· 18 years ago
d54b1fd
[PATCH] mark struct file_operations const 5
by Arjan van de Ven
· 18 years ago
b385a14
[PATCH] Replace regular code with appropriate calls to container_of()
by Robert P. J. Day
· 18 years ago
9a6a2a5
Driver core: convert PPP code to use struct device
by Greg Kroah-Hartman
· 18 years ago
6aa20a2
drivers/net: Trim trailing whitespace
by Jeff Garzik
· 18 years ago
d4274b5
[PPP]: handle kmalloc failures and convert to using kzalloc
by Panagiotis Issaris
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
ff23eca
[PATCH] devfs: Remove the devfs_fs_kernel.h file from the tree
by Greg Kroah-Hartman
· 19 years ago
8ab5e4c
[PATCH] devfs: Remove devfs_remove() function from the kernel tree
by Greg Kroah-Hartman
· 19 years ago
7c69ef7
[PATCH] devfs: Remove devfs_mk_cdev() function from the kernel tree
by Greg Kroah-Hartman
· 19 years ago
179e091
[PATCH] drivers: use list_move()
by Akinobu Mita
· 18 years ago
c8c9f9a
[NET] ppp: Remove unnecessary pskb_may_pull
by Herbert Xu
· 18 years ago
8ed965d
[PATCH] sem2mutex: drivers: raw, connector, dcdbas, ppp_generic
by Arjan van de Ven
· 19 years ago
cbb042f
[NET]: Replace skb_pull/skb_postpull_rcsum with skb_pull_rcsum
by Herbert Xu
· 19 years ago
e3f749c
[PPP]: Fixed hardware RX checksum handling
by Herbert Xu
· 19 years ago
1b93ae64
[NET]: Validate socket filters against BPF_MAXINSNS in one spot.
by David S. Miller
· 19 years ago
b3f9b92
[PPP]: add PPP MPPE encryption module
by Matt Domsch
· 19 years ago
53f4654
[PATCH] Driver Core: fix up all callers of class_device_create()
by Greg Kroah-Hartman
· 19 years ago
81616c5
[PATCH] janitor: net/ppp-generic: list_for_each_entry
by Domen Puncer
· 19 years ago
86e65da
[NET]: Remove explicit initializations of skb->input_dev
by David S. Miller
· 19 years ago
b03efcf
[NET]: Transform skb_queue_len() binary tests into skb_queue_empty()
by David S. Miller
· 19 years ago
56b2293
[PATCH] class: convert drivers/* to use the new class api instead of class_simple
by gregkh@suse.de
· 20 years ago
516cd15
[PATCH] PPP multilink fragmentation improvements
by Paul Mackerras
· 19 years ago
96edf83
[PPP]: remove redundant NULL pointer checks before kfree & vfree
by Jesper Juhl
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago