index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
netdevice.h
Age
Commit message (
Expand
)
Author
Files
Lines
2012-12-22
net: devnet_rename_seq should be a seqcount
Eric Dumazet
1
-1
/
+1
2012-12-14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
1
-1
/
+1
2012-12-13
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-10
/
+34
2012-12-09
net: Add support for hardware-offloaded encapsulation
Joseph Gasparakis
1
-0
/
+6
2012-12-07
net: gro: fix possible panic in skb_gro_receive()
Eric Dumazet
1
-0
/
+3
2012-11-29
core: make GRO methods static.
Rami Rosen
1
-6
/
+0
2012-11-27
sockopt: Change getsockopt() of SO_BINDTODEVICE to return an interface name
Brian Haley
1
-0
/
+2
2012-11-19
various: Fix spelling of "registered" in comments.
Adam Buchbinder
1
-1
/
+1
2012-11-16
net: Remove code duplication between offload structures
Vlad Yasevich
1
-3
/
+7
2012-11-16
net: Switch to using the new packet offload infrustructure
Vlad Yasevich
1
-6
/
+0
2012-11-16
net: Add generic packet offload infrastructure.
Vlad Yasevich
1
-0
/
+14
2012-10-31
net: create generic bridge ops
John Fastabend
1
-0
/
+10
2012-10-13
UAPI: (Scripted) Disintegrate include/linux
David Howells
1
-31
/
+1
2012-10-08
ipv6: gro: fix PV6_GRO_CB(skb)->proto problem
Eric Dumazet
1
-0
/
+3
2012-10-08
net: gro: selective flush of packets
Eric Dumazet
1
-6
/
+9
2012-10-07
net: gro: fix a potential crash in skb_gro_reset_offset
Eric Dumazet
1
-1
/
+0
2012-10-03
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-24
/
+27
2012-10-02
netlink: add attributes to fdb interface
stephen hemminger
1
-1
/
+3
2012-09-28
net: struct napi_struct fields reordering
Eric Dumazet
1
-4
/
+2
2012-09-20
netpoll: call ->ndo_select_queue() in tx path
Amerigo Wang
1
-0
/
+3
2012-09-20
netdev: make address const in device address management
stephen hemminger
1
-14
/
+14
2012-09-17
netdev_printk/dynamic_netdev_dbg: Directly call printk_emit
Joe Perches
1
-3
/
+0
2012-09-06
net: qdisc busylock needs lockdep annotations
Eric Dumazet
1
-0
/
+2
2012-08-24
net: Set device operstate at registration time
Ben Hutchings
1
-0
/
+1
2012-08-23
net: remove delay at device dismantle
Eric Dumazet
1
-1
/
+1
2012-08-23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+4
2012-08-20
af_packet: don't emit packet on orig fanout group
Eric Leblond
1
-0
/
+2
2012-08-15
netpoll: use GFP_ATOMIC in slave_enable_netpoll() and __netpoll_setup()
Amerigo Wang
1
-1
/
+2
2012-08-15
net: remove netdev_bonding_change()
Amerigo Wang
1
-2
/
+0
2012-08-15
net: move and rename netif_notify_peers()
Amerigo Wang
1
-2
/
+1
2012-08-02
net: Allow driver to limit number of GSO segments per skb
Ben Hutchings
1
-0
/
+2
2012-07-20
net: honour netif_set_real_num_tx_queues() retval
Jiri Pirko
1
-1
/
+6
2012-07-05
net-next: Add netif_get_num_default_rss_queues
Yuval Mintz
1
-0
/
+3
2012-06-13
net-next: add dev_loopback_xmit() to avoid duplicate code
Michel Machado
1
-0
/
+1
2012-06-12
net: keep name_hlist close to name
Eric Dumazet
1
-3
/
+4
2012-05-31
netdevice: Update netif_dbg for CONFIG_DYNAMIC_DEBUG
Joe Perches
1
-4
/
+4
2012-05-19
net: napi_frags_skb() is static
Eric Dumazet
1
-1
/
+0
2012-05-18
net: Remove netdevice ec_ptr, no longer used.
David S. Miller
1
-1
/
+0
2012-05-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-9
/
+0
2012-05-11
Revert "net: maintain namespace isolation between vlan and real device"
David S. Miller
1
-9
/
+0
2012-05-01
net: make GRO aware of skb->head_frag
Eric Dumazet
1
-0
/
+2
2012-04-15
net: addr_list: add exclusive dev_uc_add and dev_mc_add
John Fastabend
1
-0
/
+2
2012-04-15
net: add generic PF_BRIDGE:RTM_ FDB hooks
John Fastabend
1
-0
/
+23
2012-04-15
net: cleanup unsigned to unsigned int
Eric Dumazet
1
-7
/
+7
2012-04-04
net: fix /proc/net/dev regression
Eric Dumazet
1
-2
/
+0
2012-03-24
Merge tag 'device-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...
Linus Torvalds
1
-1
/
+1
2012-03-24
Merge tag 'bug-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paul...
Linus Torvalds
1
-0
/
+1
2012-03-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
Linus Torvalds
1
-45
/
+72
2012-03-20
Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-4
/
+4
2012-03-20
net: do not do gso for CHECKSUM_UNNECESSARY in netif_needs_gso
Yi Zou
1
-1
/
+2
[next]