Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
bca1a5518cab2d58c766863c61ee4ef5f1cc4caa
/
net
/
core
/
dev.c
7c355f5
[NET]: Avoid duplicate netlink notification when changing link state
by Thomas Graf
· 17 years ago
9093bbb
[NET]: Fix race condition about network device name allocation.
by Stephen Hemminger
· 17 years ago
723e98b
[NET]: lockdep classes in register_netdevice
by Jarek Poplawski
· 18 years ago
8bb7844
Add suspend-related notifications for CPU hotplug
by Rafael J. Wysocki
· 18 years ago
2396a22
[NET] net/core: Fix error handling
by Josef 'Jeff' Sipek
· 18 years ago
7562f87
[NET]: Rework dev_base via list_head (v3)
by Pavel Emelianov
· 18 years ago
4e9cac2
[NET]: Add __dev_getfirstbyhwtype
by Patrick McHardy
· 18 years ago
5a1b589
[NET]: Remove NETIF_F_INTERNAL_STATS, default to internal stats.
by Rusty Russell
· 18 years ago
295f4a1
[WEXT]: Clean up how wext is called.
by Johannes Berg
· 18 years ago
11433ee
[WEXT]: Move to net/wireless
by Johannes Berg
· 18 years ago
f9d106a
[NET]: Warn about GSO/checksum abuse
by Herbert Xu
· 18 years ago
372cc74
[NET]: Prevent much sadness in qdisc_lock_tree().
by Andrew Morton
· 18 years ago
38b4da3
[NET]: Fix comments for register_netdev().
by Borislav Petkov
· 18 years ago
9be9a6b
[NET]: Get rid of netdev_nit
by Stephen Hemminger
· 18 years ago
fd44de7
[NET_SCHED]: ingress: switch back to using ingress_lock
by Patrick McHardy
· 18 years ago
6229e36
bridge: eliminate call by reference
by Stephen Hemminger
· 18 years ago
663ead3
[NET]: Use csum_start offset instead of skb_transport_header
by Herbert Xu
· 18 years ago
c45d286
[NET]: Inline net_device_stats
by Rusty Russell
· 18 years ago
27a884d
[SK_BUFF]: Convert skb->tail to sk_buff_data_t
by Arnaldo Carvalho de Melo
· 18 years ago
b0e380b
[SK_BUFF]: unions of just one member don't get anything done, kill them
by Arnaldo Carvalho de Melo
· 18 years ago
9c70220
[SK_BUFF]: Introduce skb_transport_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
ea2ae17
[SK_BUFF]: Introduce skb_transport_offset()
by Arnaldo Carvalho de Melo
· 18 years ago
badff6d
[SK_BUFF]: Introduce skb_reset_transport_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
0e1256f
[NET]: show bound packet types
by Stephen Hemminger
· 18 years ago
f690808
[NET]: make seq_operations const
by Stephen Hemminger
· 18 years ago
6b2bedc
[NET]: network dev read_mostly
by Stephen Hemminger
· 18 years ago
d56f90a
[SK_BUFF]: Introduce skb_network_header()
by Arnaldo Carvalho de Melo
· 18 years ago
c1d2bbe
[SK_BUFF]: Introduce skb_reset_network_header(skb)
by Arnaldo Carvalho de Melo
· 18 years ago
98e399f
[SK_BUFF]: Introduce skb_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
6f05f62
[NET]: deinline some functions
by Stephen Hemminger
· 18 years ago
b7aa0bf
[NET]: convert network timestamps to ktime_t
by Eric Dumazet
· 18 years ago
9274982
[PATCH] net: Ignore sysfs network device rename bugs.
by Eric W. Biederman
· 18 years ago
c01003c
[IFB]: Fix crash on input device removal
by Patrick McHardy
· 18 years ago
035832a
[NET_SCHED]: Fix ingress locking
by Patrick McHardy
· 18 years ago
9a32144
[PATCH] mark struct file_operations const 7
by Arjan van de Ven
· 18 years ago
4ec93ed
[NET] CORE: Fix whitespace errors.
by YOSHIFUJI Hideaki
· 18 years ago
22f8cde
[NET]: unregister_netdevice as void
by Stephen Hemminger
· 18 years ago
43cb76d
Network: convert network devices to use struct device instead of class_device
by Greg Kroah-Hartman
· 23 years ago
02316067
[PATCH] hotplug CPU: clean up hotcpu_notifier() use
by Ingo Molnar
· 18 years ago
ff1dcad
[NET]: Split skb->csum
by Al Viro
· 18 years ago
d3bc23e
[NET]: Annotate callers of csum_fold() in net/*
by Al Viro
· 18 years ago
252e3346
[NET] net/core: Annotations.
by Al Viro
· 18 years ago
90833aa
[NET]: The scheduled removal of the frame diverter.
by Adrian Bunk
· 18 years ago
88041b7
[PATCH] netdev: don't allow register_netdev with blank name
by Stephen Hemminger
· 18 years ago
aaa248f
[PATCH] rename net_random to random32
by Stephen Hemminger
· 18 years ago
85670cc
[NET_SCHED]: Fix fallout from dev->qdisc RCU change
by Patrick McHardy
· 18 years ago
b6fe17d
[NET] netdev: Check name length
by Stephen Hemminger
· 18 years ago
84fa793
[NET]: Replace CHECKSUM_HW by CHECKSUM_PARTIAL/CHECKSUM_COMPLETE
by Patrick McHardy
· 18 years ago
c7fa9d1
[NET]: Disallow whitespace in network device names.
by David S. Miller
· 18 years ago
7ea49ed
[VLAN]: Make sure bonding packet drop checks get done in hwaccel RX path.
by David S. Miller
· 18 years ago
29bbd72
[NET]: Fix more per-cpu typos
by Alexey Dobriyan
· 18 years ago
e6eb307
[I/OAT]: Remove CPU hotplug lock from net_dma_rebalance
by Chris Leech
· 18 years ago
b60dfc6
[NET]: Kill the WARN_ON() calls for checksum fixups.
by David S. Miller
· 18 years ago
a430a43
[NET] gso: Fix up GSO packets with broken checksums
by Herbert Xu
· 18 years ago
5a8da02
[NET]: Fix network device interface printk message priority
by Stephen Hemminger
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
3d3a853
[NET]: Make illegal_highdma more anal
by Herbert Xu
· 18 years ago
576a30e
[NET]: Added GSO header verification
by Herbert Xu
· 18 years ago
6048126
[NET]: make net/core/dev.c:netdev_nit static
by Adrian Bunk
· 18 years ago
f54d9e8
[NET]: Fix GSO problems in dev_hard_start_xmit()
by Michael Chan
· 18 years ago
199f4c9
Merge master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 18 years ago
626ab0e
[PATCH] list: use list_replace_init() instead of list_splice_init()
by Oleg Nesterov
· 18 years ago
f4b8ea7
[NET]: fix net-core kernel-doc
by Randy Dunlap
· 18 years ago
f6a78bf
[NET]: Add generic segmentation offload
by Herbert Xu
· 18 years ago
d4828d8
[NET]: Prevent transmission after dev_deactivate
by Herbert Xu
· 18 years ago
8648b30
[NET]: Add NETIF_F_GEN_CSUM and NETIF_F_ALL_CSUM
by Herbert Xu
· 18 years ago
364c6ba
[NET]: Clean up skb_linearize
by Herbert Xu
· 18 years ago
932ff27
[NET]: Add netif_tx_lock
by Herbert Xu
· 18 years ago
db21733
[I/OAT]: Setup the networking subsystem as a DMA client
by Chris Leech
· 18 years ago
3041a06
[NET]: dev.c comment fixes
by Stephen Hemminger
· 18 years ago
b17a7c1
[NET]: Do sysfs registration as part of register_netdevice.
by Stephen Hemminger
· 19 years ago
f07d5b9
[NET]: Make netdev_chain a raw notifier.
by Alan Stern
· 19 years ago
fe9925b
[NET]: Create netdev attribute_groups with class_device_add
by Stephen Hemminger
· 19 years ago
a417016
[PATCH] wext: Fix IWENCODEEXT security permissions
by Jean Tourrilhes
· 19 years ago
6f91204
[PATCH] for_each_possible_cpu: network codes
by KAMEZAWA Hiroyuki
· 19 years ago
9469d458
[NET]: Fix hotplug race during device registration.
by Sergey Vlasov
· 19 years ago
31380de
[NET] kzalloc: use in alloc_netdev
by Paolo 'Blaisorblade' Giarrusso
· 19 years ago
5607943
[NET]: Deinline some larger functions from netdevice.h
by Denis Vlasenko
· 19 years ago
e041c68
[PATCH] Notifier chain update: API changes
by Alan Stern
· 19 years ago
1b9a391
Merge branch 'audit.b3' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current
by Linus Torvalds
· 19 years ago
9f51495
[NET]: Take RTNL when unregistering notifier
by Herbert Xu
· 19 years ago
4a3e2f7
[NET] sem2mutex: net/
by Arjan van de Ven
· 19 years ago
8aca8a2
[NET]: minor net_rx_action optimization
by Stephen Hemminger
· 19 years ago
6756ae4
[NET]: Convert RTNL to mutex.
by Stephen Hemminger
· 19 years ago
b00055a
[NET] core: add RFC2863 operstate
by Stefan Rompf
· 19 years ago
5bdb988
[PATCH] promiscuous mode
by Steve Grubb
· 19 years ago
8f903c7
[PATCH] bonding: suppress duplicate packets
by Jay Vosburgh
· 19 years ago
3c9b3a8
Merge branch 'master'
by Jeff Garzik
· 19 years ago
88a2a4ac
[PATCH] percpu data: only iterate over possible CPUs
by Eric Dumazet
· 19 years ago
d86b5e0
[PATCH] net/: fix the WIRELESS_EXT abuse
by Adrian Bunk
· 19 years ago
cabcac0
[BONDING]: Remove CAP_NET_ADMIN requirement for INFOQUERY ioctl
by Thomas Graf
· 19 years ago
4fc268d
[PATCH] capable/capability.h (net/)
by Randy Dunlap
· 19 years ago
09a6266
[NET]: Change some "if (x) BUG();" to "BUG_ON(x);"
by Kris Katterjohn
· 19 years ago
d779188
Merge branch 'upstream-linus' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/netdev-2.6
by Linus Torvalds
· 19 years ago
b5e5fa5
[NET]: Add a dev_ioctl() fallback to sock_ioctl()
by Christoph Hellwig
· 19 years ago
b1086ee
Merge branch 'master'
by Jeff Garzik
· 19 years ago
246a421
[NET]: Fix NULL pointer deref in checksum debugging.
by Stephen Hemminger
· 19 years ago
c2373ee
[PATCH] net: make dev_valid_name public
by Mitch Williams
· 19 years ago
fb286bb
[NET]: Detect hardware rx checksum faults correctly
by Herbert Xu
· 19 years ago
Next »