Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5765348cd41c17c797765174d479508ecfbd43de
/
net
/
core
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
aa4b9f5
gro: Optimise Ethernet header comparison
by Herbert Xu
· 16 years ago
4ae5544
gro: Remember number of held packets instead of counting every time
by Herbert Xu
· 16 years ago
409f0a9
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
b4bd07c
net_dma: call dmaengine_get only if NET_DMA enabled
by David S. Miller
· 16 years ago
efc683f
neigh: some entries can be skipped during dumping
by Gautam Kachroo
· 16 years ago
5603502
gro: Fix frag_list merging on imprecisely split packets
by Herbert Xu
· 16 years ago
4cc7f68
net: Reexport sock_alloc_send_pskb
by Herbert Xu
· 16 years ago
9a279bc
net: Partially allow skb destructors to be used on receive path
by Herbert Xu
· 16 years ago
ad0f990
gro: Fix handling of imprecisely split packets
by Herbert Xu
· 16 years ago
4fb6699
net: Optimize memory usage when splicing from sockets.
by Jarek Poplawski
· 16 years ago
05bee47
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
80595d5
gro: Open-code memcpy in napi_fraginfo_skb
by Herbert Xu
· 16 years ago
81705ad
gro: Do not merge paged packets into frag_list
by Herbert Xu
· 16 years ago
8691173
gro: Avoid copying headers of unmerged packets
by Herbert Xu
· 16 years ago
5d0d9be
gro: Move common completion code into helpers
by Herbert Xu
· 16 years ago
71b3346
net: Fix OOPS in skb_seq_read().
by Shyam Iyer
· 16 years ago
95e3b24
net: Fix frag_list handling in skb_seq_read
by Herbert Xu
· 16 years ago
7019298
net: Get rid of by-hand TX queue hashing.
by David S. Miller
· 16 years ago
f7105d6
net: If SKB has attached socket, use socket's hash for TX queue selection.
by David S. Miller
· 16 years ago
d5a9e24
net: Allow RX queue selection to seed TX queue hashing.
by David S. Miller
· 16 years ago
37fe473
gro: Fix merging of paged packets
by Herbert Xu
· 16 years ago
9a8e47f
gro: Fix error handling on extremely short frags
by Herbert Xu
· 16 years ago
357f5b0
NET: net_namespace, fix lock imbalance
by Jiri Slaby
· 16 years ago
8b9d372
net: Fix data corruption when splicing from sockets.
by Jarek Poplawski
· 16 years ago
67fd1a7
net: Add debug info to track down GSO checksum bug
by Herbert Xu
· 16 years ago
937f1ba
net: Add init_dummy_netdev() and fix EMAC driver using it
by Benjamin Herrenschmidt
· 16 years ago
f557206
gro: Fix page ref count for skbs freed normally
by Herbert Xu
· 16 years ago
f17f5c9
gro: Check for GSO packets and packets with frag_list
by Herbert Xu
· 16 years ago
649274d
net_dma: acquire/release dma channels on ifup/ifdown
by Dan Williams
· 16 years ago
d9e8a3a
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/djbw/async_tx
by Linus Torvalds
· 16 years ago
96e93ea
gro: Add internal interfaces for VLAN
by Herbert Xu
· 16 years ago
aa1e6f1
dmaengine: kill struct dma_client and supporting infrastructure
by Dan Williams
· 16 years ago
209b84a
dmaengine: replace dma_async_client_register with dmaengine_get
by Dan Williams
· 16 years ago
f67b459
net_dma: convert to dma_find_channel
by Dan Williams
· 16 years ago
2ba0562
dmaengine: provide a common 'issue_pending_all' implementation
by Dan Williams
· 16 years ago
c276e09
Revert "net: Fix for initial link state in 2.6.28"
by David S. Miller
· 16 years ago
22604c8
net: Fix for initial link state in 2.6.28
by Michael Marineau
· 16 years ago
5d38a07
gro: Add page frag support
by Herbert Xu
· 16 years ago
b530256
gro: Use gso_size to store MSS
by Herbert Xu
· 16 years ago
0f23174a
cpumask: prepare for iterators to only go to nr_cpu_ids/nr_cpumask_bits: net
by Rusty Russell
· 16 years ago
8eb7986
netns: foreach_netdev_safe is insufficient in default_device_exit
by Eric W. Biederman
· 16 years ago
0191b62
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6
by Linus Torvalds
· 16 years ago
0da2afd5
gro: Fix potential use after free
by Herbert Xu
· 16 years ago
d7b0663
net: Init NAPI dev_list on napi_del
by Peter P Waskiewicz Jr
· 16 years ago
cbacc2c
Merge branch 'next' into for-linus
by James Morris
· 16 years ago
5f2f6da
net: Fix oops in dev_ifsioc()
by Jarek Poplawski
· 16 years ago
49ad959
Revert "net: release skb->dst in sock_queue_rcv_skb()"
by David S. Miller
· 16 years ago
57c81ff
Phonet: allocate separate ARP type for GPRS over a Phonet pipe
by Rémi Denis-Courmont
· 16 years ago
2d91d78
Phonet: allocate a non-Ethernet ARP type
by Rémi Denis-Courmont
· 16 years ago
b240a0e
ethtool: Add GGRO and SGRO ops
by Herbert Xu
· 16 years ago
71d93b3
net: Add skb_gro_receive
by Herbert Xu
· 16 years ago
d565b0a
net: Add Generic Receive Offload infrastructure
by Herbert Xu
· 16 years ago
1a881f2
net: Add frag_list support to GSO
by Herbert Xu
· 16 years ago
89319d38
net: Add frag_list support to skb_segment
by Herbert Xu
· 16 years ago
eb14f01
Merge branch 'master' of master.kernel.org:/pub/scm/linux/kernel/git/davem/net-2.6
by David S. Miller
· 16 years ago
Next »