Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
7334219c44826ae0ebe6f07555c6b97f978ce266
/
net
/
core
0bf52b9
net: Fix spinlock use in alloc_netdev_mq()
by Ingo Molnar
· 15 years ago
a6ac65d
net: restore the original spinlock to protect unicast list
by Jiri Pirko
· 15 years ago
1445863
net: net_assign_generic() fix
by Eric Dumazet
· 15 years ago
f249fb7
Fix error return for setsockopt(SO_TIMESTAMPING)
by Rémi Denis-Courmont
· 15 years ago
4dc6dc7
net: sock_copy() fixes
by Eric Dumazet
· 15 years ago
e912b11
net: sk_prot_alloc() should not blindly overwrite memory
by Eric Dumazet
· 15 years ago
a57de0b
net: adding memory barrier to the poll and receive callbacks
by Jiri Olsa
· 15 years ago
1b614fb
netpoll: Fix carrier detection for drivers that are using phylib
by Anton Vorontsov
· 15 years ago
ff780cd
gro: Flush GRO packets in napi_disable_pending path
by Herbert Xu
· 15 years ago
09ce42d
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
d55d87f
net: Move rx skb_orphan call to where needed
by Herbert Xu
· 15 years ago
d2aa455
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 15 years ago
31278e7
net: group address list and its count
by Jiri Pirko
· 15 years ago
603a8bb
skbuff: don't corrupt mac_header on skb expansion
by Stephen Hemminger
· 15 years ago
19633e1
skbuff: skb_mac_header_was_set is always true on >32 bit
by Stephen Hemminger
· 15 years ago
b3fec0f
Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/vegard/kmemcheck
by Linus Torvalds
· 15 years ago
a98b65a
net: annotate struct sock bitfield
by Vegard Nossum
· 16 years ago
fe55f6d
net: use kmemcheck bitfields API for skbuff
by Vegard Nossum
· 16 years ago
9cbc1cb
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David S. Miller
· 15 years ago
da67829
bridge: Simplify interface for ATM LANE
by Michał Mirosław
· 15 years ago
746e6ad
[PATCH] net core: Some interface flags not returned by SIOCGIFFLAGS
by John Dykstra
· 15 years ago
5ef12d9
neigh: fix state transition INCOMPLETE->FAILED via Netlink request
by Timo Teras
· 15 years ago
2b85a34
net: No more expensive sock_hold()/sock_put() on each tx
by Eric Dumazet
· 15 years ago
8623661
Merge branch 'tracing-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
8f77f38
mac80211: do not pass PS frames out of mac80211 again
by Johannes Berg
· 15 years ago
fcb94e4
Add constants for the ieee 802.15.4 stack
by Sergey Lapin
· 15 years ago
0c27922
net: dev_addr_init() fix
by Eric Dumazet
· 15 years ago
285e428
net/core/user_dma.c: Use frag list abstraction interfaces.
by David S. Miller
· 15 years ago
fbb398a
net/core/skbuff.c: Use frag list abstraction interfaces.
by David S. Miller
· 15 years ago
4cf704f
net/core/dev.c: Use frag list abstraction interfaces.
by David S. Miller
· 15 years ago
5b1a002
datagram: Use frag list abstraction interfaces.
by David S. Miller
· 15 years ago
1d0ebfe
net pkgen.c:fix no need for check
by Figo.zhang
· 15 years ago
2faef52
net: Fix memcpy_toiovecend() to use the right offset
by Sridhar Samudrala
· 15 years ago
d2d27bf
net: Fix skb_copy_datagram_from_iovec() to pass the right offset
by Sridhar Samudrala
· 15 years ago
042a53a
net: skb_shared_info optimization
by Eric Dumazet
· 15 years ago
eae3f29
net: num_dma_maps is not used
by Eric Dumazet
· 15 years ago
5ff8dda
net: Ensure partial checksum offset is inside the skb head
by Herbert Xu
· 15 years ago
3b8bcfd
net: introduce pre-up netdev notifier
by Johannes Berg
· 15 years ago
adf3090
net: skb->dst accessors
by Eric Dumazet
· 15 years ago
ccffad2
net: convert unicast addr list
by Jiri Pirko
· 15 years ago
2a91525
net: net/core/sock.c cleanup
by Eric Dumazet
· 15 years ago
1ce8e7b
net: ALIGN/PTR_ALIGN cleanup in alloc_netdev_mq()/netdev_priv()
by Eric Dumazet
· 15 years ago
9aaa156
gro: Store shinfo in local variable in skb_gro_receive
by Herbert Xu
· 15 years ago
66e92fc
gro: Nasty optimisations for page frags in skb_gro_receive
by Herbert Xu
· 15 years ago
cb18978
gro: Open-code final pskb_may_pull
by Herbert Xu
· 15 years ago
a5b1cf2
gro: Avoid unnecessary comparison after skb_gro_header
by Herbert Xu
· 15 years ago
7489594
gro: Optimise length comparison in skb_gro_header
by Herbert Xu
· 15 years ago
78d3fd0
gro: Only use skb_gro_header for completely non-linear packets
by Herbert Xu
· 15 years ago
67147ba
gro: Localise offset/headlen in skb_gro_offset
by Herbert Xu
· 15 years ago
78a478d
gro: Inline skb_gro_header and cache frag0 virtual address
by Herbert Xu
· 15 years ago
42da699
gro: Open-code frags copy in skb_gro_receive
by Herbert Xu
· 15 years ago
2b0cc7f
net: Remove bogus reference to BUS_ID_SIZE in sysfs code.
by David S. Miller
· 15 years ago
08baf56
net: txq_trans_update() helper
by Eric Dumazet
· 15 years ago
a1dcb66
pkt_sched: gen_estimator: Fix signed integers right-shifts.
by Jarek Poplawski
· 15 years ago
e3804cb
net: remove COMPAT_NET_DEV_OPS
by Alexander Beregalov
· 15 years ago
c649c0e
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
9bcb97c
skbuff: Copy csum instead of csum_start/csum_offset
by Herbert Xu
· 15 years ago
82c49a3
skbuff: Move new code into __copy_skb_header
by Herbert Xu
· 15 years ago
7d18f11
net: Fix arg to trace_napi_poll() in netpoll.
by David S. Miller
· 15 years ago
4ea7e38
dropmon: add ability to detect when hardware dropsrxpackets
by Neil Horman
· 15 years ago
ca0f311
netns: simplify net_ns_init
by Stephen Hemminger
· 15 years ago
1f7a2bb
netns: remove leftover debugging message
by Stephen Hemminger
· 15 years ago
5b5f792
pktgen: do not access flows[] beyond its length
by Florian Westphal
· 15 years ago
04af8cf
net: Remove unused parameter from fill method in fib_rules_ops.
by Rami Rosen
· 15 years ago
93f154b
net: release dst entry in dev_hard_start_xmit()
by Eric Dumazet
· 15 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
· 15 years ago
bb803cf
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 15 years ago
511e11e
pkt_sched: gen_estimator: use 64 bit intermediate counters for bps
by Eric Dumazet
· 15 years ago
7004bf2
net: add tx_packets/tx_bytes/tx_dropped counters in struct netdev_queue
by Eric Dumazet
· 15 years ago
1079cac
Merge commit 'v2.6.30-rc6' into tracing/core
by Ingo Molnar
· 15 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
44347d9
Merge branch 'linus' into tracing/core
by Ingo Molnar
· 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
ad8d75f
tracing/events: move trace point headers into include/trace/events
by Steven Rostedt
· 16 years ago
fc59f9a
gro: Restore correct value to gso_size
by Herbert Xu
· 16 years ago
Next »