Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5a84fc3162e06632ebea42cefe3b964299213d33
/
net
/
core
/
dev.c
2d348d1
net: Convert struct net_device uc_promisc to bool
by Joe Perches
· 13 years ago
fec30c3
net: unexport netdev_fix_features()
by Michał Mirosław
· 13 years ago
1180e7d
net: cleanup vlan_features setting in register_netdev
by Michał Mirosław
· 13 years ago
f9d7a11
net: Add GSO to vlan_features initialization
by Shan Wei
· 13 years ago
4e985ad
rtnl: provide link dump consistency info
by Thomas Graf
· 13 years ago
56f8a75
ip: introduce ip_is_fragment helper inline function
by Paul Gortmaker
· 13 years ago
9f6ec8d
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 13 years ago
0b5c9db
vlan: Fix the ingress VLAN_FLAG_REORDER_HDR check
by Jiri Pirko
· 13 years ago
bff5527
v2 ethtool: remove support for ETHTOOL_GRXNTUPLE
by Alexander Duyck
· 13 years ago
264524d
net: cpu offline cause napi stall
by Heiko Carstens
· 13 years ago
3019de1
net: Rework netdev_drivername() to avoid warning.
by David S. Miller
· 13 years ago
ec764bf
net: tracepoint of net_dev_xmit sees freed skb and causes panic
by Koki Sanagi
· 14 years ago
f11970e
net: make dev_disable_lro use physical device if passed a vlan dev (v2)
by Neil Horman
· 14 years ago
be3fc41
net: use synchronize_rcu_expedited()
by Eric Dumazet
· 14 years ago
6df427f
net: remove synchronize_net() from netdev_set_master()
by Eric Dumazet
· 14 years ago
449f454
macvlan: remove one synchronize_rcu() call
by Eric Dumazet
· 14 years ago
9cbc94ea
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
604ae14
net: Change netdev_fix_features messages loglevel
by Michael S. Tsirkin
· 14 years ago
372b231
net: use hlist_del_rcu() in dev_change_name()
by Eric Dumazet
· 14 years ago
6f404e4
net: Change netdev_fix_features messages loglevel
by Michał Mirosław
· 14 years ago
0696c3a
net:set valid name before calling ndo_init()
by Peter Pan(潘卫平)
· 14 years ago
afe12cc
net: introduce netdev_change_features()
by Michał Mirosław
· 14 years ago
3c709f8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-3.6
by David S. Miller
· 14 years ago
e14a599
net: dev_close() should check IFF_UP
by Eric Dumazet
· 14 years ago
7143b7d4
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
1c5cae8
net: call dev_alloc_name from register_netdevice
by Jiri Pirko
· 14 years ago
41c31f3
networking: inappropriate ioctl operation should return ENOTTY
by Lifeng Sun
· 14 years ago
8ae6dac
ethtool: Call ethtool's get/set_settings callbacks with cleaned data
by David Decotigny
· 14 years ago
1742f18
net: fix netdev_increment_features()
by Michał Mirosław
· 14 years ago
3aba891
bonding: move processing of recv handlers into handle_frame()
by Jiri Pirko
· 14 years ago
22d5969
net: make WARN_ON in dev_disable_lro() useful
by Michał Mirosław
· 14 years ago
b71d1d4
inet: constify ip headers and in6_addr
by Eric Dumazet
· 14 years ago
e194342
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
31d8b9e
net: Disable NETIF_F_TSO_ECN when TSO is disabled
by Ben Hutchings
· 14 years ago
ea2d368
net: Disable all TSO features when SG is disabled
by Ben Hutchings
· 14 years ago
8726748
net: add RTNL_ASSERT in __netdev_update_features()
by Michał Mirosław
· 14 years ago
bcc6d47
net: vlan: make non-hw-accel rx path similar to hw-accel
by Jiri Pirko
· 14 years ago
1c01a80
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
42933ba
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
by Linus Torvalds
· 14 years ago
c6e1a0d
net: Allow no-cache copy from user on transmit
by Tom Herbert
· 14 years ago
6cb6a27
net: Call netdev_features_change() from netdev_update_features()
by Michał Mirosław
· 14 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
79b569f
netdev: fix mtu check when TSO is enabled
by Daniel Lezcano
· 14 years ago
edf947f
bridge: notify applications if address of bridge device changes
by stephen hemminger
· 14 years ago
3b261ad
net: remove useless comments in net/core/dev.c
by Amerigo Wang
· 14 years ago
2766051
net: implement dev_disable_lro() hw_features compatibility
by Michał Mirosław
· 14 years ago
8a4eb57
net: introduce rx_handler results and logic around that
by Jiri Pirko
· 14 years ago
33175d8
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
8909c9a
net: don't allow CAP_NET_ADMIN to load non-netdev kernel modules
by Vasiliy Kulikov
· 14 years ago
e3f48d3
net: allow handlers to be processed for orig_dev
by Jiri Pirko
· 14 years ago
63d8ea7
net: Forgot to commit net/core/dev.c part of Jiri's ->rx_handler patch.
by David S. Miller
· 14 years ago
14d1232
net: avoid initial "Features changed" message
by Michał Mirosław
· 14 years ago
8e9b59b
Fix "(unregistered net_device): Features changed" message
by Michał Mirosław
· 14 years ago
2a3bcfd
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6
by David S. Miller
· 14 years ago
da935c6
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
ceaaec9
net: deinit automatic LIST_HEAD
by Eric Dumazet
· 14 years ago
f87e6f4
net: dont leave active on stack LIST_HEAD
by Linus Torvalds
· 14 years ago
5455c69
net: Introduce new feature setting ops
by Michał Mirosław
· 14 years ago
212b573
ethtool: enable GSO and GRO by default
by Michał Mirosław
· 14 years ago
69a19ee
net: RPS: Make hardware-accelerated RFS conditional on NETIF_F_NTUPLE
by Ben Hutchings
· 14 years ago
f878b99
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/bwh/sfc-next-2.6
by David S. Miller
· 14 years ago
5c56580
net: Adjust TX queue kobjects if number of queues changes during unregister
by Ben Hutchings
· 14 years ago
1765a57
net: make dev->master general
by Jiri Pirko
· 14 years ago
d59cfde
net: remove the unnecessary dance around skb_bond_should_drop
by Jiri Pirko
· 14 years ago
263fb5b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
8d3bdbd
net: Fix lockdep regression caused by initializing netdev queues too early.
by David S. Miller
· 14 years ago
bd4a697
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
6d152e2
gro: reset skb_iif on reuse
by Andy Gospodarek
· 14 years ago
8587523
net: Check rps_flow_table when RPS map length is 1
by Tom Herbert
· 14 years ago
5403c8a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
66c46d7
gro: Reset dev pointer on reuse
by Herbert Xu
· 14 years ago
ccf4343
net: fix dev_seq_next()
by Eric Dumazet
· 14 years ago
acd1130
net: reduce and unify printk level in netdev_fix_features()
by Michał Mirosław
· 14 years ago
04ed3e7
net: change netdev->features to u32
by Michał Mirosław
· 14 years ago
57422dc
net: Move check of checksum features to netdev_fix_features()
by Michał Mirosław
· 14 years ago
c445477
net: RPS: Enable hardware acceleration of RFS
by Ben Hutchings
· 14 years ago
5bdc22a
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
e92427b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 14 years ago
c506653
net: arp_ioctl() must hold RTNL
by Eric Dumazet
· 14 years ago
bb134d2
net: netif_setup_tc() is static
by Eric Dumazet
· 14 years ago
a2da570
net_sched: RCU conversion of stab
by Eric Dumazet
· 14 years ago
3fbd875
net: dev_close_many() is static
by Eric Dumazet
· 14 years ago
4f57c08
net: implement mechanism for HW based QOS
by John Fastabend
· 14 years ago
cbda10f
net_device: add support for network device groups
by Vlad Dogaru
· 14 years ago
1268afe
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
d402786
net: fix can_checksum_protocol() arguments swap
by Eric Dumazet
· 14 years ago
a5db219
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
6ee400a
net offloading: Do not mask out NETIF_F_HW_VLAN_TX for vlan.
by Jesse Gross
· 14 years ago
d018b6f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
1ac9ad1
net: remove dev_txq_stats_fold()
by Eric Dumazet
· 14 years ago
008d23e
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
bfe0d02
net_sched: factorize qdisc stats handling
by Eric Dumazet
· 14 years ago
36909ea
net: Add alloc_netdev_mqs function
by Tom Herbert
· 14 years ago
0363466
net offloading: Convert checksums to use centrally computed features.
by Jesse Gross
· 14 years ago
02932ce
net offloading: Convert skb_need_linearize() to use precomputed features.
by Jesse Gross
· 14 years ago
91ecb63
net offloading: Convert dev_gso_segment() to use precomputed features.
by Jesse Gross
· 14 years ago
fc74121
net offloading: Pass features into netif_needs_gso().
by Jesse Gross
· 14 years ago
f01a523
net offloading: Generalize netif_get_vlan_features().
by Jesse Gross
· 14 years ago
9497a05
net offloading: Accept NETIF_F_HW_CSUM for all protocols.
by Jesse Gross
· 14 years ago
4b7bd36
Merge branch 'master' into for-next
by Jiri Kosina
· 14 years ago
Next »