Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
ce7ac4abf2401dfdcb1ac4c7277dab8ed90c8788
/
net
/
core
/
dev.c
48cc32d3
vlan: don't deliver frames for unknown vlans to protocols
by Florian Zumbiehl
· 12 years ago
2e71a6f
net: gro: selective flush of packets
by Eric Dumazet
· 12 years ago
ca07e43
net: gro: fix a potential crash in skb_gro_reset_offset
by Eric Dumazet
· 12 years ago
aecdc33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 12 years ago
437589a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
c9e6bc6
net: add gro_cells infrastructure
by Eric Dumazet
· 12 years ago
06d2fe1
Merge tag 'driver-core-3.6' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
6a06e5e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
c0d680e
net: do not disable sg for packets requiring no checksum
by Ed Cashin
· 12 years ago
8c4c49d
netpoll: call ->ndo_select_queue() in tx path
by Amerigo Wang
· 12 years ago
2c60db0
net: provide a default dev->ethtool_ops
by Eric Dumazet
· 12 years ago
828de4f
net: dev: fix incorrect getting net device's name
by Gao feng
· 12 years ago
b40863c
net: more accurate network taps in transmit path
by Eric Dumazet
· 12 years ago
0e698bf
net: fix memory leak on oom with zerocopy
by Michael S. Tsirkin
· 12 years ago
e1760bd
userns: Convert the audit loginuid to be a kuid
by Eric W. Biederman
· 12 years ago
666f355
device and dynamic_debug: Use dev_vprintk_emit and dev_printk_emit
by Joe Perches
· 12 years ago
c2c5a70
netdev_printk/netif_printk: Remove a superfluous logging colon
by Joe Perches
· 12 years ago
b004ff4
netdev_printk/dynamic_netdev_dbg: Directly call printk_emit
by Joe Perches
· 12 years ago
b48b63a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
6862234
net: small bug on rxhash calculation
by Chema Gonzalez
· 12 years ago
d1a53df
net: fix documentation of skb_needs_linearize().
by Rami Rosen
· 12 years ago
6549dd4
net: dev: fix the incorrect hold of net namespace's lo device
by Gao feng
· 12 years ago
e6acb38
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by David S. Miller
· 12 years ago
8f4cccb
net: Set device operstate at registration time
by Ben Hutchings
· 12 years ago
748e2d9
net: reinstate rtnl in call_netdevice_notifiers()
by Eric Dumazet
· 12 years ago
0115e8e
net: remove delay at device dismantle
by Eric Dumazet
· 12 years ago
1304a73
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
3de7a37
net/core/dev.c: fix kernel-doc warning
by Randy Dunlap
· 12 years ago
c0de08d
af_packet: don't emit packet on orig fanout group
by Eric Leblond
· 12 years ago
d04a48b
userns: Convert __dev_set_promiscuity to use kuids in audit logs
by Eric W. Biederman
· 12 years ago
b7bc2a5
net: remove netdev_bonding_change()
by Amerigo Wang
· 12 years ago
ee89bab
net: move and rename netif_notify_peers()
by Amerigo Wang
· 12 years ago
aa79e66
net: Make ifindex generation per-net namespace
by Pavel Emelyanov
· 12 years ago
9c7dafb
net: Allow to create links with given ifindex
by Pavel Emelyanov
· 12 years ago
7364e44
net/core: Fix potential memory leak in dev_set_alias()
by Alexey Khoroshilov
· 12 years ago
30b678d
net: Allow driver to limit number of GSO segments per skb
by Ben Hutchings
· 12 years ago
ac694db
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
3e9a970
Merge tag 'random_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/random
by Linus Torvalds
· 12 years ago
b4b9e35
netvm: set PF_MEMALLOC as appropriate during SKB processing
by Mel Gorman
· 12 years ago
b685817
net: Make skb->skb_iif always track skb->dev
by David S. Miller
· 12 years ago
1080e51
net: orphan frags on receive
by Michael S. Tsirkin
· 12 years ago
abaa72d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
734b654
net: Statically initialize init_net.dev_base_head
by Rustad, Mark D
· 12 years ago
7bf2357
net: feed /dev/random with the MAC address when registering a device
by Theodore Ts'o
· 12 years ago
04c9f41
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
2c53040
net: Fix (nearly-)kernel-doc comments for various functions
by Ben Hutchings
· 12 years ago
a55b138
net: Properly define functions with no parameters
by Ben Hutchings
· 12 years ago
91c68ce
net: cgroup: fix out of bounds accesses
by Eric Dumazet
· 12 years ago
16917b8
net-next: Add netif_get_num_default_rss_queues
by Yuval Mintz
· 12 years ago
b26d344
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
7cecb52
net: Downgrade CAP_SYS_MODULE deprecated message from error to warning.
by Vinson Lee
· 12 years ago
7e52b33
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
62b1a8a
net: remove skb_orphan_try()
by Eric Dumazet
· 12 years ago
95603e2
net-next: add dev_loopback_xmit() to avoid duplicate code
by Michel Machado
· 12 years ago
4adb9c4
net: napi_frags_skb() is static
by Eric Dumazet
· 12 years ago
0289403
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 12 years ago
211ed86
net: delete all instances of special processing for token ring
by Paul Gortmaker
· 12 years ago
e87cc47
net: Convert net_ratelimit uses to net_<level>_ratelimited
by Joe Perches
· 12 years ago
59b9997
Revert "net: maintain namespace isolation between vlan and real device"
by David S. Miller
· 12 years ago
d7e8883
net: make GRO aware of skb->head_frag
by Eric Dumazet
· 13 years ago
daa8654
net: gro: GRO_MERGED_FREE consumes packets
by Eric Dumazet
· 13 years ago
95c9617
net: cleanup unsigned to unsigned int
by Eric Dumazet
· 13 years ago
7d3d43d
net: In unregister_netdevice_notifier unregister the netdevices.
by Eric W. Biederman
· 13 years ago
2def16a
net: fix /proc/net/dev regression
by Eric Dumazet
· 13 years ago
ed359a3
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
0195c00
Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system
by Linus Torvalds
· 13 years ago
9ffc93f
Remove all #inclusions of asm/system.h
by David Howells
· 13 years ago
3b9785c
net/core: dev_forward_skb() should clear skb_iif
by Benjamin LaHaise
· 13 years ago
2a2a459
net: fix napi_reuse_skb() skb reserve
by Eric Dumazet
· 13 years ago
3b59bf0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
95f050b
net: Use bool for return value of dev_valid_name().
by David S. Miller
· 13 years ago
77a1abf
net: export netdev_stats_to_stats64
by Eric Dumazet
· 13 years ago
737f24b
Merge branch 'perf/urgent' into perf/core
by Ingo Molnar
· 13 years ago
c5905af
static keys: Introduce 'struct static_key', static_key_true()/false() and static_key_slow_[inc|dec]()
by Ingo Molnar
· 13 years ago
5ca3b72c
gro: more generic L2 header check
by Eric Dumazet
· 13 years ago
43480ae
gro: more generic L2 header check
by Eric Dumazet
· 13 years ago
7b6cd1c
PATCH V2 net-next] net: dev: Convert printks to pr_<level>
by Joe Perches
· 13 years ago
65e9d2f
net: fix NULL-deref in WARN() in skb_gso_segment()
by Michał Mirosław
· 13 years ago
36c9247
net: WARN if skb_checksum_help() is called on skb requiring segmentation
by Ben Hutchings
· 13 years ago
e52ac33
net: Use device model to get driver name in skb_gso_segment()
by Ben Hutchings
· 13 years ago
b361311
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
b536db9
net: net_device flags is an unsigned int
by Eric Dumazet
· 13 years ago
8f89148
net/core: fix rollback handler in register_netdevice_notifier
by RongQing.Li
· 13 years ago
6977a79
net: Fix skb_update_prio RCU usage.
by Igor Maravic
· 13 years ago
114cf58
bql: Byte queue limits
by Tom Herbert
· 13 years ago
73466498
net: Add queue state xoff flag for stack
by Tom Herbert
· 13 years ago
b90e579
net: dont call jump_label_dec from irq context
by Eric Dumazet
· 13 years ago
4504b86
net: use skb_flow_dissect() in __skb_get_rxhash()
by Eric Dumazet
· 13 years ago
5cac98d
net: Fix corruption in /proc/*/net/dev_mcast
by Anton Blanchard
· 13 years ago
5bc1421
net: add network priority cgroup infrastructure (v4)
by Neil Horman
· 13 years ago
adc9300
net: use jump_label to shortcut RPS if not setup
by Eric Dumazet
· 13 years ago
34324dc
net: remove NETIF_F_NO_CSUM feature bit
by Michał Mirosław
· 13 years ago
c8f44af
net: introduce and use netdev_features_t for device features sets
by Michał Mirosław
· 13 years ago
bc5787c6
net: remove legacy ethtool ops
by Michał Mirosław
· 13 years ago
588f033
net: use jump_label for netstamp_needed
by Eric Dumazet
· 13 years ago
6a32e4f
vlan: allow nested vlan_do_receive()
by Eric Dumazet
· 13 years ago
8a9ea32
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
2d03423
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 13 years ago
1805b2f
Merge branch 'master' of ra.kernel.org:/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 13 years ago
d2237d3
rtnetlink: Add missing manual netlink notification in dev_change_net_namespaces
by Eric W. Biederman
· 13 years ago
Next »