Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3a9dda79257589fe1ab10d0ce96b22e252354c6b
/
net
/
atm
/
br2684.c
c835a67
net: set name_assign_type in alloc_netdev()
by Tom Gundersen
· 10 years ago
9eba252
br2684: allow assign only on a connected socket
by Krzysztof Mazur
· 12 years ago
d71ffeb
br2684: fix module_put() race
by David Woodhouse
· 12 years ago
b895885
br2684: don't send frames on not-ready vcc
by David Woodhouse
· 12 years ago
ae088d6
atm: br2684: Fix excessive queue bloat
by David Woodhouse
· 12 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
befc93f
atm: br2684: Avoid alignment issues
by Pascal Hambourg
· 13 years ago
9e667b2
atm: br2684: Make headroom and hard_header_len depend on the payload type
by Pascal Hambourg
· 13 years ago
4e55f57
atm: Introduce vcc_process_recv_queue
by Jorge Boncompte [DTI2]
· 13 years ago
fe685b8
atm: br2684: Do not move counters backwards
by Jorge Boncompte [DTI2]
· 13 years ago
fbe5e29
atm: br2684: Fix oops due to skb->dev being NULL
by Daniel Schwierzeck
· 13 years ago
a08af81
atm: br2864: sent packets truncated in VC routed mode
by Chas Williams
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
37d6680
net/atm: Remove unnecessary casts of netdev_priv
by Joe Perches
· 14 years ago
a3d6713
br2684: fix scheduling while atomic
by Karl Hiramoto
· 14 years ago
0050661
atm/br2684: register notifier event for carrier signal changes.
by Karl Hiramoto
· 14 years ago
3fa21e0
net: Remove unnecessary returns from void function()s
by Joe Perches
· 14 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
641d729
net/atm/br2684.c: checkpatch cleanups
by Joe Perches
· 15 years ago
9982446
net/atm: Convert printk to pr_<level>
by Joe Perches
· 15 years ago
2e302eb
atm: [br2684] allow routed mode operation again
by chas williams - CONTRACTOR
· 15 years ago
137742c
atm/br2684: netif_stop_queue() when atm device busy and netif_wake_queue() when we can send packets again.
by Karl Hiramoto
· 15 years ago
3c805a2
convert ATM drivers to netdev_tx_t
by Stephen Hemminger
· 15 years ago
6ed1065
net: use NETDEV_TX_OK instead of 0 in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
adf3090
net: skb->dst accessors
by Eric Dumazet
· 15 years ago
b6211ae
atm: Use SKB queue and list helpers instead of doing it by-hand.
by David S. Miller
· 15 years ago
902e5ea
Subject: [PATCH] br2684: restore net_dev initialization
by Rabin Vincent
· 16 years ago
0ba25ff
br2684: convert to net_device_ops
by Stephen Hemminger
· 16 years ago
410e9d8
atm: br2684 internal stats
by Stephen Hemminger
· 16 years ago
524ad0a
netdevice: safe convert to netdev_priv() #part-4
by Wang Chen
· 16 years ago
e174961
net: convert print_mac to %pM
by Johannes Berg
· 16 years ago
6067804
net: Use hton[sl]() instead of __constant_hton[sl]() where applicable
by Arnaldo Carvalho de Melo
· 16 years ago
61c33e0
atm: use const where reasonable
by Mitchell Blank Jr
· 16 years ago
7e903c2
atm: [br2864] fix routed vcmux support
by Eric Kinzie
· 16 years ago
2714166
atm: [br2684] Fix oops due to skb->dev being NULL
by Jorge Boncompte [DTI2]
· 16 years ago
5f6b1ea
Revert "atm: Do not free already unregistered net device."
by David S. Miller
· 17 years ago
1e0ba00
atm: Bad locking on br2684_devs modifications.
by Pavel Emelyanov
· 17 years ago
65e4113
atm: Do not free already unregistered net device.
by Pavel Emelyanov
· 17 years ago
16e297b
[ATM]: Use proc_create() to setup ->proc_fops first
by Wang Chen
· 17 years ago
5c17d5f
[ATM]: Suppress some sparse warnings
by Eric Dumazet
· 17 years ago
fb64c73
[ATM]: [br2864] whitespace cleanup
by Chas Williams
· 17 years ago
097b19a
[ATM]: [br2864] routed support
by Eric Kinzie
· 17 years ago
be07664
[BR2684]: get rid of broken header code.
by Stephen Hemminger
· 17 years ago
0795af5
[NET]: Introduce and use print_mac() and DECLARE_MAC_BUF()
by Joe Perches
· 17 years ago
5224006
[ATM]: Replace DPRINTK() with pr_debug().
by Stephen Hemminger
· 17 years ago
b5492c4
[ATM]: Eliminate dead config variable CONFIG_BR2684_FAST_TRANS.
by Robert P. J. Day
· 17 years ago
56b3d97
[NET]: Make all initialized struct seq_operations const.
by Philippe De Muyter
· 17 years ago
9af9718
[ATM] br2684: Use seq_list_xxx helpers
by Pavel Emelianov
· 17 years ago
27d7ff4
[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
by Arnaldo Carvalho de Melo
· 18 years ago
48d49d0c
[SK_BUFF]: Introduce skb_set_mac_header()
by Arnaldo Carvalho de Melo
· 18 years ago
459a98e
[SK_BUFF]: Introduce skb_reset_mac_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
acde485
[NET] ATM: Use htons() where appropriate.
by YOSHIFUJI Hideaki
· 18 years ago
9a32144
[PATCH] mark struct file_operations const 7
by Arjan van de Ven
· 18 years ago
f7d5745
[NET] ATM: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
c40a27f
[ATM]: Kill ipcommon.[ch]
by David S. Miller
· 18 years ago
30d492d
[ATM]: Annotations.
by Al Viro
· 18 years ago
0da974f
[NET]: Conversions from kmalloc+memset to k(z|c)alloc.
by Panagiotis Issaris
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
4fc268d
[PATCH] capable/capability.h (net/)
by Randy Dunlap
· 19 years ago
d3f4a68
[NET]: Change memcmp(,,ETH_ALEN) to compare_ether_addr()
by Kris Katterjohn
· 19 years ago
dbbc098
[NET]: Use newer is_multicast_ether_addr() in some files
by Kris Katterjohn
· 19 years ago
4f55cd1
[ATM]: [br2684] if we free the skb, we should return 0
by Jean-Denis Boyer
· 19 years ago
ab61148
[NET]: __be'ify *_type_trans()
by Alexey Dobriyan
· 19 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago