Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
3fb4e3d1ffc4f3ba0188ed326a22dc50bf424df6
/
net
/
core
e5093ae
net: Fix a memmove bug in dev_gro_receive()
by Jarek Poplawski
· 14 years ago
cece194
net: disable preemption before call smp_processor_id()
by Changli Gao
· 14 years ago
ce9e76c
net: Fix napi_gro_frags vs netpoll path
by Jarek Poplawski
· 14 years ago
3578b0c
Revert "net: remove zap_completion_queue"
by David S. Miller
· 14 years ago
a427615
net: cleanup inclusion
by Changli Gao
· 14 years ago
de38483
net: ingress filter message limit
by Stephen Hemminger
· 14 years ago
bb7e95c
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
a256be7
drop_monitor: use genl_register_family_with_ops()
by Changli Gao
· 14 years ago
c736eef
net: dev_forward_skb should call nf_reset
by Ben Greear
· 14 years ago
fed6638
net: pskb_expand_head() optimization
by Eric Dumazet
· 14 years ago
c1f7942
sysfs: add attribute to indicate hw address assignment type
by Stefan Assmann
· 14 years ago
451e07a
net: core: don't use own hex_to_bin() method
by Andy Shevchenko
· 14 years ago
be2b6e6
net: Fix skb_copy_expand() handling of ->csum_start
by David S. Miller
· 14 years ago
00c5a98
net: Fix corruption of skb csum field in pskb_expand_head() of net/core/skbuff.c
by Andrea Shepard
· 14 years ago
11fe883
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
4b70637
drop_monitor: Add error code to detect duplicate state changes
by Neil Horman
· 14 years ago
d79d991
__dst_free(): put EXPORT_SYMBOLS after the fct
by Nicolas Dichtel
· 14 years ago
d6d9ca0
net: this_cpu_xxx conversions
by Eric Dumazet
· 14 years ago
bd27290
net: 64bit stats for netdev_queue
by Eric Dumazet
· 14 years ago
c1f19b5
net: support time stamping in phy devices.
by Richard Cochran
· 14 years ago
b0f77d0
net: fix problem in reading sock TX queue
by Tom Herbert
· 14 years ago
91a72a7
net/core: neighbour update Oops
by Doug Kehn
· 14 years ago
87fd308
net: skb_tx_hash() fix relative to skb_orphan_try()
by Eric Dumazet
· 14 years ago
8a994a7
net/core: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
d361fd5
net: sock_free() optimizations
by Eric Dumazet
· 14 years ago
9e34a5b
net/core: EXPORT_SYMBOL cleanups
by Eric Dumazet
· 14 years ago
d775351
net: Document that dev_get_stats() returns the given pointer
by Ben Hutchings
· 14 years ago
3cfde79
net: Get rid of rtnl_link_stats64 / net_device_stats union
by Ben Hutchings
· 14 years ago
597e608
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
2817273
net: fix 64 bit counters on 32 bit arches
by Eric Dumazet
· 14 years ago
256df2f
netdevice.h net/core/dev.c: Convert netdev_<level> logging macros to functions
by Joe Perches
· 14 years ago
f0796d5
net: decreasing real_num_tx_queues needs to flush qdisc
by John Fastabend
· 14 years ago
a5b6ee2
ethtool: Add support for control of RX flow hash indirection
by Ben Hutchings
· 14 years ago
1437ce3
ethtool: Change ethtool_op_set_flags to validate flags
by Ben Hutchings
· 14 years ago
70777d0
net/core: use ntohs for skb->protocol
by Sebastian Andrzej Siewior
· 14 years ago
bf98843
ethtool: Fix potential user buffer overflow for ETHTOOL_{G, S}RXFH
by Ben Hutchings
· 14 years ago
db048b6
ethtool: Fix potential kernel buffer overflow in ETHTOOL_GRXCLSRLALL
by Ben Hutchings
· 14 years ago
7a9b2d5
net: use this_cpu_ptr()
by Eric Dumazet
· 14 years ago
f9467ea
net/core/pktgen.c: Use pr_<level>
by Joe Perches
· 14 years ago
01f2f3f
net: optimize Berkeley Packet Filter (BPF) processing
by Hagen Paul Pfeifer
· 14 years ago
deb0d7c
net: fix "netpoll: Allow netpoll_setup/cleanup recursion"
by Andrew Morton
· 14 years ago
6afff0c
net: consolidate netif_needs_gso() checks
by John Fastabend
· 14 years ago
3924773
net: Export cred_to_ucred to modules.
by David S. Miller
· 14 years ago
257b535
scm: Capture the full credentials of the scm sender.
by Eric W. Biederman
· 14 years ago
109f6e3
af_unix: Allow SO_PEERCRED to work across namespaces.
by Eric W. Biederman
· 14 years ago
3f551f9
sock: Introduce cred_to_ucred
by Eric W. Biederman
· 14 years ago
f350a0a8
bridge: use rx_handler_data pointer to store net_bridge_port pointer
by Jiri Pirko
· 14 years ago
93e2c32
net: add rx_handler data pointer
by Jiri Pirko
· 14 years ago
8fdd95e
netpoll: Allow netpoll_setup/cleanup recursion
by Herbert Xu
· 14 years ago
4247e16
netpoll: Add ndo_netpoll_setup
by Herbert Xu
· 14 years ago
dbaa154
netpoll: Add locking for netpoll_setup/cleanup
by Herbert Xu
· 14 years ago
de85d99
netpoll: Fix RCU usage
by Herbert Xu
· 14 years ago
c04ec80
netpoll: Set npinfo to NULL even with ndo_netpoll_cleanup
by Herbert Xu
· 14 years ago
6b08f51
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
e8d15e6
net: rxhash already set in __copy_skb_header
by Eric Dumazet
· 14 years ago
e897082
net: fix deliver_no_wcard regression on loopback device
by John Fastabend
· 14 years ago
be1f3c2
net: Enable 64-bit net device statistics on 32-bit architectures
by Ben Hutchings
· 14 years ago
43d28b6
pktgen: increasing transmission granularity
by Daniel Turull
· 14 years ago
c7de2cf
pkt_sched: gen_kill_estimator() rcu fixes
by Eric Dumazet
· 14 years ago
62522d3
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
07a0f0f
pktgen: Fix accuracy of inter-packet delay.
by Daniel Turull
· 14 years ago
ae638c4
pkt_sched: gen_estimator: add a new lock
by Eric Dumazet
· 14 years ago
597a264
net: deliver skbs on inactive slaves to exact matches
by John Fastabend
· 14 years ago
08c801f
net: Print num_rx_queues imbalance warning only when there are allocated queues
by Tim Gardner
· 14 years ago
bb69ae0
anycast: Some RCU conversions
by Eric Dumazet
· 14 years ago
271c1df
net: Remove unnecessary net action assertion
by jamal
· 14 years ago
fe33147
net-caif: Added missing lock validator constants
by Alex Lorca
· 14 years ago
eedc765
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
b78462e
skbuff: add check for non-linear to warn_if_lro and needs_linearize
by Alexander Duyck
· 14 years ago
ab95bfe
net: replace hooks in __netif_receive_skb V5
by Jiri Pirko
· 14 years ago
79640a4
net: add additional lock to qdisc to increase throughput
by Eric Dumazet
· 14 years ago
2df4a0f
net: fix conflict between null_or_orig and null_or_bond
by John Fastabend
· 14 years ago
bc135b2
net: Define accessors to manipulate QDISC_STATE_RUNNING
by Eric Dumazet
· 14 years ago
b1faf56
net: sock_queue_err_skb() dont mess with sk_forward_alloc
by Eric Dumazet
· 14 years ago
6496084
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 14 years ago
15e83ed
net: remove zap_completion_queue
by Eric Dumazet
· 14 years ago
27f39c73e
net: Use __this_cpu_inc() in fast path
by Eric Dumazet
· 14 years ago
92b4522
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
2903037
net: fix sk_forward_alloc corruptions
by Eric Dumazet
· 14 years ago
5b0daa3
skb: make skb_recycle_check() return a bool value
by Changli Gao
· 14 years ago
72da3bc
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
045de01
netlink: bug fix: wrong size was calculated for vfinfo list blob
by Scott Feldman
· 14 years ago
8ca9418
netlink: bug fix: don't overrun skbs on vf_port dump
by Scott Feldman
· 14 years ago
a473113
net: fix __neigh_event_send()
by Eric Dumazet
· 14 years ago
c5617b2
Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 14 years ago
8a74ad6
net: fix lock_sock_bh/unlock_sock_bh
by Eric Dumazet
· 14 years ago
b1cdc46
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 14 years ago
8286274
tun: Update classid on packet injection
by Herbert Xu
· 14 years ago
f845172
cls_cgroup: Store classid in struct sock
by Herbert Xu
· 14 years ago
8ce6cebc
net-2.6 : V2 - fix dev_get_valid_name
by Daniel Lezcano
· 14 years ago
253683b
rtnetlink: Fix error handling in do_setlink()
by David Howells
· 14 years ago
ee9a360
Merge branch 'master' into for-2.6.35
by Jens Axboe
· 14 years ago
35f3d14
pipe: add support for shrinking and growing pipes
by Jens Axboe
· 14 years ago
a1b3f59
net: Expose all network devices in a namespaces in sysfs
by Eric W. Biederman
· 15 years ago
d6523dd
net/sysfs: Fix the bitrot in network device kobject namespace support
by Eric W. Biederman
· 14 years ago
608b4b9
netns: Teach network device kobjects which namespace they are in.
by Eric W. Biederman
· 15 years ago
ff5f149
Merge branch 'perf/core' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip into trace/tip/tracing/core-7
by Steven Rostedt
· 14 years ago
76cc8b1
net: fix problem in dequeuing from input_pkt_queue
by Tom Herbert
· 14 years ago
622e0ca
gro: Fix bogus gso_size on the first fraglist entry
by Herbert Xu
· 14 years ago
57b6108
net: Add netlink support for virtual port management (was iovnl)
by Scott Feldman
· 14 years ago
Next »