Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
9c084dae5dc7ae0039e330230e70f2a5956e566a
/
net
/
core
ce14f89
pktgen: refactor pg_init() code
by WANG Cong
· 14 years ago
68d5ac2
pktgen: use vzalloc_node() instead of vmalloc_node() + memset()
by WANG Cong
· 14 years ago
6df427f
net: remove synchronize_net() from netdev_set_master()
by Eric Dumazet
· 14 years ago
ac3d3f8
rtnetlink: ignore NETDEV_RELEASE and NETDEV_JOIN event
by Amerigo Wang
· 14 years ago
06f4e92
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
268bb0c
sanitize <linux/prefetch.h> usage
by Linus Torvalds
· 14 years ago
449f454
macvlan: remove one synchronize_rcu() call
by Eric Dumazet
· 14 years ago
eb04f2f
Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
6b60d7b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
6882f93
ipv4: Kill RT_CACHE_DEBUG
by David S. Miller
· 14 years ago
abb57ea
net: add skb_dst_force() in sock_queue_err_skb()
by Eric Dumazet
· 14 years ago
9cbc94e
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
7cc31a9
net: ethtool: fix IPV6 checksum feature name string
by Michał Mirosław
· 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
2142c13
net: convert to new cpumask API
by KOSAKI Motohiro
· 14 years ago
0696c3a
net:set valid name before calling ndo_init()
by Peter Pan(潘卫平)
· 14 years ago
29dd54b
ethtool: Added support for FW dump
by Anirban Chakraborty
· 14 years ago
afe12cc
net: introduce netdev_change_features()
by Michał Mirosław
· 14 years ago
864b5418
ethtool: bring back missing comma in netdev features strings
by Franco Fichtner
· 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
4940fc8
net: add mac_pton() for parsing MAC address
by Alexey Dobriyan
· 14 years ago
226bd34
net: use batched device unregister in veth and macvlan
by Eric Dumazet
· 14 years ago
eed2a12
net: Allow ethtool to set interface in loopback mode.
by Mahesh Bandewar
· 14 years ago
47a0200
pktgen: use %pI6c for printing IPv6 addresses
by Alexey Dobriyan
· 14 years ago
1ab7b6a
ethtool: remove phys_id from ethtool_ops
by Stephen Hemminger
· 14 years ago
04d4dfe
net,rcu: convert call_rcu(net_generic_release) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
b55071e
net,rcu: convert call_rcu(xps_dev_maps_release) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
edc86d8
net,rcu: convert call_rcu(xps_map_release) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
f6f8023
net,rcu: convert call_rcu(rps_map_release) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
fa81c0e
net,rcu: convert call_rcu(free_dm_hw_stat) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
dad178f
net,rcu: convert call_rcu(__gen_kill_estimator) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
217f186
net,rcu: convert call_rcu(ha_rcu_free) to kfree_rcu()
by Lai Jiangshan
· 14 years ago
7143b7d
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
e67f88d
net: dont hold rtnl mutex during netlink dump callbacks
by Eric Dumazet
· 14 years ago
8ae6dac
ethtool: Call ethtool's get/set_settings callbacks with cleaned data
by David Decotigny
· 14 years ago
7d36a99
pktgen: create num frags requested
by amit salecha
· 14 years ago
cf91166
net: Use non-zero allocations in dst_alloc().
by David S. Miller
· 14 years ago
5c1e6aa
net: Make dst_alloc() take more explicit initializations.
by David S. Miller
· 14 years ago
1742f18
net: fix netdev_increment_features()
by Michał Mirosław
· 14 years ago
0a14842
net: filter: Just In Time compiler for x86-64
by Eric Dumazet
· 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
5f8629c
net: fix hw_features ethtool_ops->set_flags compatibility
by Michał Mirosław
· 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
21f825e
pktgen: Fix set-but-unused variable.
by David S. Miller
· 14 years ago
911cb19
net: minor cleanup to net_namespace.c.
by Rob Landley
· 14 years ago
fce5592
ethtool: allow custom interval for physical identification
by Allan, Bruce W
· 14 years ago
8b5933c
net: ethtool support to configure number of channels
by amit salecha
· 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
143780c
ethtool: time to blink provided in seconds not jiffies
by Allan, Bruce W
· 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
5d9f11c
ethtool: prevent null pointer dereference with NTUPLE set but no set_rx_ntuple
by Alexander Duyck
· 14 years ago
42933ba
Merge branch 'for-linus2' of git://git.profusion.mobi/users/lucas/linux-2.6
by Linus Torvalds
· 14 years ago
4c844d9
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
68f512f
ethtool: Change ETHTOOL_PHYS_ID implementation to allow dropping RTNL
by Ben Hutchings
· 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
cb1817b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
673e63c
net: fix ethtool->set_flags not intended -EINVAL return value
by Stanislaw Gruszka
· 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
00a2470
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
94dcf29
kthread: use kthread_create_on_node()
by Eric Dumazet
· 14 years ago
2766051
net: implement dev_disable_lro() hw_features compatibility
by Michał Mirosław
· 14 years ago
ac0a121
net: fix incorrect spelling in drop monitor protocol
by Neil Horman
· 14 years ago
5e5069b
ethtool: __ethtool_set_sg: check for function pointer before using it
by Roger Luethi
· 14 years ago
e16b396
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 14 years ago
7a63628
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 14 years ago
8a4eb57
net: introduce rx_handler results and logic around that
by Jiri Pirko
· 14 years ago
422e6c4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
326be7b
Allow passing O_PATH descriptors via SCM_RIGHTS datagrams
by Al Viro
· 14 years ago
05aebe2
pktgen: bug fix in transmission headers with frags=0
by Daniel Turull
· 14 years ago
1d28f42
net: Put flowi_* prefix on AF independent members of struct flowi
by David S. Miller
· 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
bef6e7e
Merge branch 'master' of /home/davem/src/GIT/linux-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
03a14ab
pktgen: fix errata in show results
by Daniel Turull
· 14 years ago
e3f48d3
net: allow handlers to be processed for orig_dev
by Jiri Pirko
· 14 years ago
0a0e9ae
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
5a2ef92
inet: Remove unused sk_sndmsg_* from UFO
by Herbert Xu
· 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
5a698af
bond: service netpoll arp queue on master device
by Amerigo Wang
· 14 years ago
080e413
netpoll: remove IFF_IN_NETPOLL flag
by Amerigo Wang
· 14 years ago
5aca1a9
net: handle addr_type of 0 properly
by Hagen Paul Pfeifer
· 14 years ago
39fc0ce
net: Implement SFEATURES compatibility for not updated drivers
by Michał Mirosław
· 14 years ago
4e4db20
net: Fix ETHTOOL_GFEATURES compatibility
by Michał Mirosław
· 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
dee9f4b
net: Make flow cache paths use a const struct flowi.
by David S. Miller
· 14 years ago
Next »