Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
5dd92c1ff1f85b1a4dceba9caa0fda85835ccc4b
/
net
/
core
/
dev.c
05d1760
net: Fix an RCU warning in dev_pick_tx()
by David Howells
· 15 years ago
8728c54
net: dev_pick_tx() fix
by Eric Dumazet
· 15 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
0641e4f
net: Potential null skb->dev dereference
by Eric Dumazet
· 15 years ago
4787188
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 15 years ago
bd38081
dev: support deferring device flag change notifications
by Patrick McHardy
· 15 years ago
a283576
rtnetlink: handle rtnl_link netlink notifications manually
by Patrick McHardy
· 15 years ago
e5e26d7
netdev: use list_first_entry macro
by stephen hemminger
· 15 years ago
a898def
net: Add checking to rcu_dereference() primitives
by Paul E. McKenney
· 15 years ago
c4d4979
net: bug fix for vlan + gro issue
by Ajit Khaparde
· 15 years ago
e76b69c
net: bug fix for vlan + gro issue
by Ajit Khaparde
· 15 years ago
4cd24ea
net: use netdev_mc_count and netdev_mc_empty when appropriate
by Jiri Pirko
· 15 years ago
15682bc
ethtool: Introduce n-tuple filter programming support
by Peter P Waskiewicz Jr
· 15 years ago
8a83a00
net: maintain namespace isolation between vlan and real device
by Arnd Bergmann
· 15 years ago
32e7bfc
net: use helpers to access uc list V2
by Jiri Pirko
· 15 years ago
4b25846
net: Optimize non-gso test checks
by Krishna Kumar
· 15 years ago
11380a4
net: Unexport napi_gro_flush().
by David S. Miller
· 15 years ago
2d13baf
net: Make it easier to parse /proc/net/dev contents.
by Jesper Dangaard Brouer
· 15 years ago
ca8d9ea
fix bonding: allow arp_ip_targets on separate vlans to use arp validation
by Andy Gospodarek
· 15 years ago
1f3c880
bonding: allow arp_ip_targets on separate vlans to use arp validation
by Andy Gospodarek
· 15 years ago
068a2de
net: release dst entry while cache-hot for GSO case too
by Krishna Kumar
· 15 years ago
d90a909
net: Fix userspace RTM_NEWLINK notifications.
by Eric W. Biederman
· 15 years ago
e93737b
net: Handle NETREG_UNINITIALIZED devices correctly
by Krishna Kumar
· 15 years ago
fc4a748
netdevice: provide common routine for macvlan and vlan operstate management
by Patrick Mullaney
· 15 years ago
04dc7f6b
net: Move network device exit batching
by Eric W. Biederman
· 15 years ago
e008b5f
net: Simplfy default_device_exit and improve batching.
by Eric W. Biederman
· 15 years ago
a5ee155
net: NETDEV_UNREGISTER_PERNET -> NETDEV_UNREGISTER_BATCH
by Eric W. Biederman
· 15 years ago
f64f9e7
net: Move && and || to end of previous line
by Joe Perches
· 15 years ago
4454096
veth: move loopback logic to common location
by Arnd Bergmann
· 15 years ago
09ad9bc
net: use net_eq to compare nets
by Octavian Purdila
· 15 years ago
6ebfbc0
net: Fix missing kernel-doc notation
by Jaswinder Singh Rajput
· 15 years ago
8964be4
net: rename skb->iif to skb->skb_iif
by Eric Dumazet
· 15 years ago
d903102
net: device name allocation cleanups
by Octavian Purdila
· 15 years ago
e014deb
linkwatch: linkwatch_forget_dev() to speedup device dismantle
by Eric Dumazet
· 15 years ago
395264d
net: introduce NETDEV_UNREGISTER_PERNET
by Octavian Purdila
· 15 years ago
d83345a
net: add dev_txq_stats_fold() helper
by Eric Dumazet
· 15 years ago
a2bfbc0
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
91e9c07b
net: Fix the rollback test in dev_change_name()
by Eric Dumazet
· 15 years ago
9a1654b
net: Optimize hard_start_xmit() return checking
by Jarek Poplawski
· 15 years ago
ed04642
net: check the return value of ndo_select_queue()
by Eric Dumazet
· 15 years ago
572a9d7
net: allow to propagate errors through ->ndo_hard_start_xmit()
by Patrick McHardy
· 15 years ago
08e9897
netdev: fold name hash properly (v3)
by stephen hemminger
· 15 years ago
c6d14c8
net: Introduce for_each_netdev_rcu() iterator
by Eric Dumazet
· 15 years ago
3710bec
net: RCU locking for simple ioctl()
by Eric Dumazet
· 15 years ago
9fdce09
veth: Fix unregister_netdevice_queue for veth
by Eric W. Biederman
· 15 years ago
72c9528
net: Introduce dev_get_by_name_rcu()
by Eric Dumazet
· 15 years ago
0bd8d53
net: use hlist_for_each_entry()
by Eric Dumazet
· 15 years ago
c7c4b3b
gro: Change all receive functions to return GRO result codes
by Ben Hutchings
· 15 years ago
5b252f0
gro: Name the GRO result enumeration type
by Ben Hutchings
· 15 years ago
fb699dfd
net: Introduce dev_get_by_index_rcu()
by Eric Dumazet
· 15 years ago
63c8099
vlan: Optimize multiple unregistration
by Eric Dumazet
· 15 years ago
23289a3
net: add a list_head parameter to dellink() method
by Eric Dumazet
· 15 years ago
9b5e383
net: Introduce unregister_netdevice_many()
by Eric Dumazet
· 15 years ago
44a0873
net: Introduce unregister_netdevice_queue()
by Eric Dumazet
· 15 years ago
05423b2
vlan: allow null VLAN ID to be used
by Eric Dumazet
· 15 years ago
7c28bd0
rtnetlink: speedup rtnl_dump_ifinfo()
by Eric Dumazet
· 15 years ago
a4ee3ce
net: Use sk_tx_queue_mapping for connected sockets
by Krishna Kumar
· 15 years ago
89d71a6
net: Use netdev_alloc_skb_ip_align()
by Eric Dumazet
· 15 years ago
d9f5950
net: Make UFO on master device independent of attached devices
by Sridhar Samudrala
· 15 years ago
7ffbe3f
net: introduce NETDEV_POST_INIT notifier
by Johannes Berg
· 15 years ago
81bbb3d
net: restore tx timestamping for accelerated vlans
by Eric Dumazet
· 15 years ago
75c7850
bonding: remap muticast addresses without using dev_close() and dev_open()
by Moni Shoua
· 15 years ago
d7e9660
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
4fb019a
net: force bridge module(s) to be GPL
by Stephen Hemminger
· 15 years ago
55f9d67
net: Remove debugging code
by Eric Dumazet
· 15 years ago
d1b19df
net: net/core/dev.c cleanups
by Eric Dumazet
· 15 years ago
03a9a44
net: convert remaining non-symbolic return values in dev_queue_xmit
by Krishna Kumar
· 15 years ago
929122c
Drop ARPHRD_IEEE802154_PHY
by Dmitry Eremin-Solenikov
· 15 years ago
a8f80e8
Networking: use CAP_NET_ADMIN when deciding to call request_module
by Eric Paris
· 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
bbd8a0d
net: Avoid enqueuing skb for default qdiscs
by Krishna Kumar
· 15 years ago
36cbd3d
net: mark read-only arrays as const
by Jan Engelhardt
· 15 years ago
0bf52b9
net: Fix spinlock use in alloc_netdev_mq()
by Ingo Molnar
· 15 years ago
a6ac65d
net: restore the original spinlock to protect unicast list
by Jiri Pirko
· 15 years ago
463d018
cfg80211: make aware of net namespaces
by Johannes Berg
· 15 years ago
c402908
net: export __dev_addr_sync/__dev_addr_unsync
by Johannes Berg
· 15 years ago
ec634fe
net: convert remaining non-symbolic return values in ndo_start_xmit() functions
by Patrick McHardy
· 15 years ago
ff780cd
gro: Flush GRO packets in napi_disable_pending path
by Herbert Xu
· 15 years ago
d55d87f
net: Move rx skb_orphan call to where needed
by Herbert Xu
· 15 years ago
31278e7
net: group address list and its count
by Jiri Pirko
· 15 years ago
9cbc1cb
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 15 years ago
da67829
bridge: Simplify interface for ATM LANE
by Michał Mirosław
· 15 years ago
746e6ad
[PATCH] net core: Some interface flags not returned by SIOCGIFFLAGS
by John Dykstra
· 15 years ago
fcb94e4
Add constants for the ieee 802.15.4 stack
by Sergey Lapin
· 15 years ago
0c27922
net: dev_addr_init() fix
by Eric Dumazet
· 15 years ago
4cf704f
net/core/dev.c: Use frag list abstraction interfaces.
by David S. Miller
· 15 years ago
3b8bcfd
net: introduce pre-up netdev notifier
by Johannes Berg
· 16 years ago
adf3090
net: skb->dst accessors
by Eric Dumazet
· 16 years ago
ccffad25
net: convert unicast addr list
by Jiri Pirko
· 16 years ago
1ce8e7b
net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()
by Eric Dumazet
· 16 years ago
cb18978
gro: Open-code final pskb_may_pull
by Herbert Xu
· 16 years ago
a5b1cf2
gro: Avoid unnecessary comparison after skb_gro_header
by Herbert Xu
· 16 years ago
7489594
gro: Optimise length comparison in skb_gro_header
by Herbert Xu
· 16 years ago
78d3fd0
gro: Only use skb_gro_header for completely non-linear packets
by Herbert Xu
· 16 years ago
78a478d
gro: Inline skb_gro_header and cache frag0 virtual address
by Herbert Xu
· 16 years ago
08baf56
net: txq_trans_update() helper
by Eric Dumazet
· 16 years ago
e3804cb
net: remove COMPAT_NET_DEV_OPS
by Alexander Beregalov
· 16 years ago
4ea7e38
dropmon: add ability to detect when hardware dropsrxpackets
by Neil Horman
· 16 years ago
93f154b
net: release dst entry in dev_hard_start_xmit()
by Eric Dumazet
· 16 years ago
7004bf2
net: add tx_packets/tx_bytes/tx_dropped counters in struct netdev_queue
by Eric Dumazet
· 16 years ago
Next »