Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
529e5b32355305d2488363ba7404c6041d73995d
/
net
/
core
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
2df4a0f
net: fix conflict between null_or_orig and null_or_bond
by John Fastabend
· 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
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
ccbd6a5
net: Remove unnecessary semicolons after switch statements
by Joe Perches
· 14 years ago
7fee226
net: add a noref bit on skb dst
by Eric Dumazet
· 14 years ago
ebda37c2
rps: avoid one atomic in enqueue_to_backlog
by Eric Dumazet
· 15 years ago
6811d58
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
c02db8c
rtnetlink: make SR-IOV VF interface symmetric
by Chris Wright
· 14 years ago
a465419
net: Introduce sk_route_nocaps
by Eric Dumazet
· 14 years ago
3b098e2
net: Consistent skb timestamping
by Eric Dumazet
· 14 years ago
a14462f
net: adjust handle_macvlan to pass port struct to hook
by Jiri Pirko
· 15 years ago
38516ab
tracing: Let tracepoints have data passed to tracepoint callbacks
by Steven Rostedt
· 15 years ago
278554b
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 14 years ago
eecfd7c
rps: Various optimizations
by Eric Dumazet
· 15 years ago
6ec8256
veth: Dont kfree_skb() after dev_forward_skb()
by Eric Dumazet
· 15 years ago
0e34e93
netpoll: add generic support for bridge and bonding devices
by WANG Cong
· 15 years ago
ec7d2f2
net: __alloc_skb() speedup
by Eric Dumazet
· 15 years ago
93bb64e
net: skb_free_datagram_locked() fix
by Eric Dumazet
· 15 years ago
dee4287
net: fix softnet_stat
by Changli Gao
· 15 years ago
47d2964
net: Inline skb_pull() in eth_type_trans().
by David S. Miller
· 15 years ago
4381548
net: sock_def_readable() and friends RCU conversion
by Eric Dumazet
· 15 years ago
4b0b72f
net: speedup udp receive path
by Eric Dumazet
· 15 years ago
05fceb4
net: disallow to use net_assign_generic externally
by Jiri Pirko
· 15 years ago
c377411
net: sk_add_backlog() take rmem_alloc into account
by Eric Dumazet
· 15 years ago
6e7676c
net: batch skb dequeueing from softnet input_pkt_queue
by Changli Gao
· 15 years ago
a9cbd58
net: reimplement softnet_data.output_queue as a FIFO queue
by Changli Gao
· 15 years ago
bb61187
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/kaber/ipmr-2.6
by David S. Miller
· 15 years ago
e1703b36
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
25239ce
net: rtnetlink: decouple rtnetlink address families from real address families
by Patrick McHardy
· 15 years ago
3d0c9c4
net: fib_rules: mark arguments to fib_rules_register const and __net_initdata
by Patrick McHardy
· 15 years ago
b3c981d
netns: rename unregister_pernet_subsys parameter
by Jiri Pirko
· 15 years ago
8c52d50
rps: optimize rps_get_cpu()
by Changli Gao
· 15 years ago
40eaf96
net: Socket filter ancilliary data access for skb->dev->type
by Paul LeoNerd Evans
· 15 years ago
80032cf
rtnetlink: potential ERR_PTR dereference
by Dan Carpenter
· 15 years ago
9ccb897
net: Orphan and de-dst skbs earlier in xmit path.
by David S. Miller
· 15 years ago
e326bed
rps: immediate send IPI in process_backlog()
by Eric Dumazet
· 15 years ago
9a20e31
net: Introduce skb_orphan_try()
by Eric Dumazet
· 15 years ago
87eb367
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
05d1760
net: Fix an RCU warning in dev_pick_tx()
by David Howells
· 15 years ago
ccb7c77
net: Remove two unnecessary exports (skbuff).
by Rami Rosen
· 15 years ago
aa39514
net: sk_sleep() helper
by Eric Dumazet
· 15 years ago
ab93047
net: emphasize rtnl lock required in call_netdevice_notifiers
by Jiri Pirko
· 15 years ago
b249dcb
rps: consistent rxhash
by Eric Dumazet
· 15 years ago
e36fa2f
rps: cleanups
by Eric Dumazet
· 15 years ago
f5acb90
rps: static functions
by Eric Dumazet
· 15 years ago
8875127
rps: shortcut net_rps_action()
by Eric Dumazet
· 15 years ago
fc6055a
net: Introduce skb_orphan_try()
by Eric Dumazet
· 15 years ago
9958da0
net: remove time limit in process_backlog()
by Eric Dumazet
· 15 years ago
8770acf
rps: rps_sock_flow_table is mostly read
by Eric Dumazet
· 15 years ago
fec5e65
rfs: Receive Flow Steering
by Tom Herbert
· 15 years ago
8728c54
net: dev_pick_tx() fix
by Eric Dumazet
· 15 years ago
b0e28f1
net: netif_rx() must disable preemption
by Eric Dumazet
· 15 years ago
0f87b1d
net: fib_rules: decouple address families from real address families
by Patrick McHardy
· 15 years ago
28bb172
net: fib_rules: set family in fib_rule_hdr centrally
by Patrick McHardy
· 15 years ago
d8a566b
net: fib_rules: consolidate IPv4 and DECnet ->default_pref() functions.
by Patrick McHardy
· 15 years ago
5611551
dst: don't inline dst_ifdown
by stephen hemminger
· 15 years ago
acbbc07
net: uninline skb_bond_should_drop()
by Eric Dumazet
· 15 years ago
b6c6712
net: sk_dst_cache RCUification
by Eric Dumazet
· 15 years ago
7a161ea
net: Dont use netdev_warn()
by Eric Dumazet
· 15 years ago
871039f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
97f8aef
net: fix ethtool coding style errors and warnings
by chavey
· 15 years ago
298b9e4
net: include linux/proc_fs.h in dev_addr_lists.c
by Eric Dumazet
· 15 years ago
8e479560
flow: delayed deletion of flow cache entries
by Timo Teräs
· 15 years ago
fe1a5f0
flow: virtualize flow cache entry methods
by Timo Teräs
· 15 years ago
4a35ecf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
e400827
net: Add a missing local_irq_enable()
by Eric Dumazet
· 15 years ago
5a6d234
rps: fixed missed rps_unlock
by Tom Herbert
· 15 years ago
22bedad3
net: convert multicast list to list_head
by Jiri Pirko
· 15 years ago
a748ee2
net: move address list functions to a separate file
by Jiri Pirko
· 15 years ago
9092c65
net: illegal_highdma() fix
by Eric Dumazet
· 15 years ago
5acbbd4
net: change illegal_highdma to use dma_mask
by FUJITA Tomonori
· 15 years ago
d7997fe
flow: structurize flow cache
by Timo Teräs
· 15 years ago
152102c
rps: keep the old behavior on SMP without rps
by Changli Gao
· 15 years ago
598ed93
fix net/core/dst.c coding style error and warnings
by laurent chavey
· 15 years ago
Next »