Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
08baf561083bc27a953aa087dd8a664bb2b88e8e
/
net
/
core
08baf56
net: txq_trans_update() helper
by Eric Dumazet
· 16 years ago
a1dcb66
pkt_sched: gen_estimator: Fix signed integers right-shifts.
by Jarek Poplawski
· 16 years ago
e3804cb
net: remove COMPAT_NET_DEV_OPS
by Alexander Beregalov
· 16 years ago
c649c0e3
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
9bcb97c
skbuff: Copy csum instead of csum_start/csum_offset
by Herbert Xu
· 16 years ago
82c49a3
skbuff: Move new code into __copy_skb_header
by Herbert Xu
· 16 years ago
7d18f11
net: Fix arg to trace_napi_poll() in netpoll.
by David S. Miller
· 16 years ago
4ea7e38
dropmon: add ability to detect when hardware dropsrxpackets
by Neil Horman
· 16 years ago
ca0f311
netns: simplify net_ns_init
by Stephen Hemminger
· 16 years ago
1f7a2bb
netns: remove leftover debugging message
by Stephen Hemminger
· 16 years ago
5b5f792
pktgen: do not access flows[] beyond its length
by Florian Westphal
· 16 years ago
04af8cf
net: Remove unused parameter from fill method in fib_rules_ops.
by Rami Rosen
· 16 years ago
93f154b
net: release dst entry in dev_hard_start_xmit()
by Eric Dumazet
· 16 years ago
336ca57
net-sysfs: Use rtnl_trylock in sysfs methods.
by Eric W. Biederman
· 16 years ago
995b337
net: fix skb_seq_read returning wrong offset/length for page frag data
by Thomas Chenault
· 16 years ago
bb803cf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
511e11e
pkt_sched: gen_estimator: use 64 bit intermediate counters for bps
by Eric Dumazet
· 16 years ago
7004bf2
net: add tx_packets/tx_bytes/tx_dropped counters in struct netdev_queue
by Eric Dumazet
· 16 years ago
9dc20c5
tcp: tcp_prequeue() can use keyed wakeups
by John Dykstra
· 16 years ago
5e39273
netpoll: don't dereference NULL dev from np
by Pavel Emelyanov
· 16 years ago
8b3521e
ipv4: remove an unused parameter from configure method of fib_rules_ops.
by Rami Rosen
· 16 years ago
ab9c73c
net: check retval of dev_addr_init()
by Jiri Pirko
· 16 years ago
61de71c
Network Drop Monitor: Fix skb_kill_datagram
by John Dykstra
· 16 years ago
22f6dac
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
b805007
net: update skb_recycle_check() for hardware timestamping changes
by Lennert Buytenhek
· 16 years ago
f001fde
net: introduce a list of device addresses dev_addr_list (v6)
by Jiri Pirko
· 16 years ago
088eb2d
netns 2/2: extract net_create()
by Alexey Dobriyan
· 16 years ago
4a84822
netns 1/2: don't get/put old netns on CLONE_NEWNET
by Alexey Dobriyan
· 16 years ago
513de11
net: Avoid modulus in skb_tx_hash() for forwarding case.
by David S. Miller
· 16 years ago
d252a5e
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
ec581f6
net: Fix skb_tx_hash() for forwarding workloads.
by Eric Dumazet
· 16 years ago
7a67e56
net: Fix oops when splicing skbs from a frag_list.
by Jarek Poplawski
· 16 years ago
aba7453
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
bf368e4
net: Avoid extra wakeups of threads blocked in wait_for_packet()
by Eric Dumazet
· 16 years ago
edbd9e3
gro: Fix handling of headers that extend over the tail
by Herbert Xu
· 16 years ago
683703a
drop_monitor: Update netlink protocol to include netlink attribute header in alert message
by Neil Horman
· 16 years ago
6f26c9a
tun: fix tun_chr_aio_write so that aio works
by Michael S. Tsirkin
· 16 years ago
0a1ec07
net: skb_copy_datagram_const_iovec()
by Michael S. Tsirkin
· 16 years ago
e5e9743
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
5db8765
net: Fix GRO for multiple page fragments
by Ben Hutchings
· 16 years ago
eb39c57
net: fix "compatibility" typos
by Marcin Slusarz
· 16 years ago
8caf153
net: sch_netem: Fix an inconsistency in ingress netem timestamps.
by Jarek Poplawski
· 16 years ago
a54bfa4
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
76620aa
gro: New frags interface to avoid copying shinfo
by Herbert Xu
· 16 years ago
fc59f9a
gro: Restore correct value to gso_size
by Herbert Xu
· 16 years ago
d543103
net: netif_device_attach/detach should start/stop all queues
by Alexander Duyck
· 16 years ago
ef8a97bb
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
f2bde73
net: allow multiple dev per napi with GRO
by Stephen Hemminger
· 16 years ago
37e5540
epoll keyed wakeups: make sockets use keyed wakeups
by Davide Libenzi
· 16 years ago
c9cacec
core: remove pointless conditional before kfree()
by Wei Yongjun
· 16 years ago
15f7176
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
99b7623
proc 2/2: remove struct proc_dir_entry::owner
by Alexey Dobriyan
· 16 years ago
13223cb
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 16 years ago
e7557af
netpoll: store local and remote ip in net-endian
by Harvey Harrison
· 16 years ago
2f18185
gso: Fix support for linear packets
by Herbert Xu
· 16 years ago
d54b353
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
by Linus Torvalds
· 16 years ago
8f1ead2
GRO: Disable GRO on legacy netif_rx path
by Herbert Xu
· 16 years ago
ede5ad0
net: core: remove unneeded include in net/core/utils.c.
by Rami Rosen
· 16 years ago
ed734a9
net: remove useless prefetch() call
by Eric Dumazet
· 16 years ago
9247744
skb: expose and constify hash primitives
by Stephen Hemminger
· 16 years ago
2b1c435
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
e4a389a
net: kfree(napi->skb) => kfree_skb
by Roel Kluin
· 16 years ago
2d6a5e9
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
303c6a0
gro: Fix legacy path napi_complete crash
by Herbert Xu
· 16 years ago
d1c76af
GRO: Move netpoll checks to correct location
by Herbert Xu
· 16 years ago
1c8dbcf
[SCSI] net: add NETIF_F_FCOE_CRC to can_checksum_protocol
by Yi Zou
· 16 years ago
273ae44
Network Drop Monitor: Adding Build changes to enable drop monitor
by Neil Horman
· 16 years ago
9a8afc8
Network Drop Monitor: Adding drop monitor implementation & Netlink protocol
by Neil Horman
· 16 years ago
ead2ceb
Network Drop Monitor: Adding kfree_skb_clean for non-drops and modifying end-of-line points for skbs
by Neil Horman
· 16 years ago
4893d39
Network Drop Monitor: Add trace declaration for skb frees
by Neil Horman
· 16 years ago
a220547
net: fix warning about non-const string
by Stephen Hemminger
· 16 years ago
508827f
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
9d40bbd
vlan: Fix vlan-in-vlan crashes.
by David S. Miller
· 16 years ago
54acd0e
net: Fix missing dev->neigh_setup in register_netdevice().
by David S. Miller
· 16 years ago
0c5c2d3
neigh: Allow for user space users of the neighbour table
by Eric Biederman
· 16 years ago
17edde5
netns: Remove net_alive
by Eric W. Biederman
· 16 years ago
5a5990d
net: Avoid race between network down and sysfs
by Stephen Hemminger
· 16 years ago
aa4abc9
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
4ead443
netpoll: Add drop checks to all entry points
by Herbert Xu
· 16 years ago
cbd151b
RDS: Add RDS to AF key strings
by Andy Grover
· 16 years ago
63d819c
sysctl: fix sparse warning: Should it be static?
by Hannes Eder
· 16 years ago
f3fbbe0
core: remove some pointless conditionals before kfree_skb()
by Wei Yongjun
· 16 years ago
86dc1ad
pktgen: remove some pointless conditionals before kfree_skb()
by Wei Yongjun
· 16 years ago
1ce85fe
netlink: change nlmsg_notify() return value logic
by Pablo Neira Ayuso
· 16 years ago
e70049b
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 16 years ago
50fee1d
net: amend the fix for SO_BSDCOMPAT gsopt infoleak
by Eugene Teo
· 16 years ago
ebe47d4
netns: build fix for net_alloc_generic
by Clemens Noss
· 16 years ago
ce16c53
netns: Remove net_alive
by Eric W. Biederman
· 16 years ago
486a87f
netns: fix double free at netns creation
by Daniel Lezcano
· 16 years ago
cd4d8fd
net: kernel panic in dev_hard_start_xmit: remove faulty software TX time stamping
by Patrick Ohly
· 16 years ago
59089d8
ethtool: Add RX pkt classification interface
by Santwona Behera
· 16 years ago
e88721f
net: Optimize skb_tx_hash() by eliminating a comparison
by Krishna Kumar
· 16 years ago
92a0acc
net: Kill skb_truesize_check(), it only catches false-positives.
by David S. Miller
· 16 years ago
d24fff2
net: pass new SIOCSHWTSTAMP through to device drivers
by Patrick Ohly
· 16 years ago
20d4947
net: socket infrastructure for SO_TIMESTAMPING
by Patrick Ohly
· 16 years ago
ac45f60
net: infrastructure for hardware time stamping
by Patrick Ohly
· 16 years ago
5e30589
Merge branch 'master' of /home/davem/src/GIT/linux-2.6/
by David S. Miller
· 16 years ago
df0bca0
net: 4 bytes kernel memory disclosure in SO_BSDCOMPAT gsopt try #2
by Clément Lecigne
· 16 years ago
ce3dd39
net: Fix page seeking for skb_splice_bits().
by Jarek Poplawski
· 16 years ago
b4ac530fc
net: Move skbuff symbol exports after each symbol's definition.
by David S. Miller
· 16 years ago
Next »