index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
/
core
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-29
net: core: Remove redundant call to 'nf_reset' in 'dev_forward_skb'
Shmulik Ladkani
1
-1
/
+0
2013-03-29
net: simplify the getting percpu of flow_cache
Li RongQing
1
-1
/
+1
2013-03-29
net: fix the use of this_cpu_ptr
Li RongQing
1
-1
/
+1
2013-03-28
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...
Linus Torvalds
1
-1
/
+3
2013-03-28
net-next: replace obsolete NLMSG_* with type safe nlmsg_*
Hong zhi guo
1
-2
/
+2
2013-03-27
rtnetlink: fix error return code in rtnl_link_fill()
Wei Yongjun
1
-1
/
+3
2013-03-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+0
2013-03-27
net: core: let's use native isxdigit instead of custom
Andy Shevchenko
1
-3
/
+2
2013-03-27
net: core: let skb_partial_csum_set() set transport header
Jason Wang
1
-0
/
+1
2013-03-26
net_sched: better precise estimation on packet length for untrusted packets
Jason Wang
1
-1
/
+7
2013-03-25
net: Print functions in /proc/net/ptype without the offset.
David S. Miller
1
-1
/
+1
2013-03-24
net: remove a WARN_ON() in net_enable_timestamp()
Eric Dumazet
1
-1
/
+0
2013-03-24
ipv4: provide addr and netconf dump consistency info
Nicolas Dichtel
1
-1
/
+4
2013-03-22
rtnetlink: Remove passing of attributes into rtnl_doit functions
Thomas Graf
3
-78
/
+14
2013-03-21
net: remove redundant ifdef CONFIG_CGROUPS
Zefan Li
1
-2
/
+0
2013-03-20
dynticks: avoid flow_cache_flush() interrupting every core
Chris Metcalf
1
-3
/
+39
2013-03-20
filter: add ANC_PAY_OFFSET instruction for loading payload start offset
Daniel Borkmann
1
-0
/
+5
2013-03-20
net: flow_dissector: add __skb_get_poff to get a start offset to payload
Daniel Borkmann
1
-0
/
+57
2013-03-20
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
3
-2
/
+4
2013-03-20
flow_keys: include thoff into flow_keys for later usage
Daniel Borkmann
1
-0
/
+2
2013-03-18
net: Fix a comment typo
Kusanagi Kouichi
1
-1
/
+1
2013-03-17
scm: Require CAP_SYS_ADMIN over the current pidns to spoof pids.
Eric W. Biederman
1
-1
/
+3
2013-03-17
netpoll: use DEFINE_STATIC_SRCU() to define netpoll_srcu
Lai Jiangshan
1
-2
/
+1
2013-03-17
vxlan: generalize forwarding tables
David Stevens
1
-1
/
+1
2013-03-17
rtnetlink: Mask the rta_type when range checking
Vlad Yasevich
1
-1
/
+1
2013-03-12
net/core: move vlan_depth out of while loop in skb_network_protocol()
Li RongQing
1
-1
/
+1
2013-03-12
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
2
-2
/
+4
2013-03-12
flow_dissector: support L2 GRE
Michael Dalton
1
-0
/
+11
2013-03-10
rtnl: fix info leak on RTM_GETLINK request for VF devices
Mathias Krause
1
-0
/
+1
2013-03-09
tunneling: Add generic Tunnel segmentation.
Pravin B Shelar
1
-0
/
+1
2013-03-09
tunneling: Capture inner mac header during encapsulation.
Pravin B Shelar
1
-0
/
+2
2013-03-09
net: Add skb_headers_offset_update helper function.
Pravin B Shelar
1
-20
/
+14
2013-03-09
tunnel: Inherit NETIF_F_SG for hw_enc_features.
Pravin B Shelar
1
-0
/
+4
2013-03-09
net: Kill link between CSUM and SG features.
Pravin B Shelar
2
-30
/
+46
2013-03-08
bridging: fix rx_handlers return code
Cristian Bercaru
1
-0
/
+1
2013-03-07
net: generic fdb support for drivers without ndo_fdb_<op>
Vlad Yasevich
1
-6
/
+75
2013-03-06
net: reduce net_rx_action() latency to 2 HZ
Eric Dumazet
1
-1
/
+1
2013-03-06
net: fix new kernel-doc warnings in net core
Randy Dunlap
1
-1
/
+1
2013-03-05
net: introduce NAPI_POLL_WEIGHT
Eric Dumazet
1
-0
/
+3
2013-02-27
hlist: drop the node parameter from iterators
Sasha Levin
4
-18
/
+11
2013-02-26
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-1
/
+1
2013-02-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
Linus Torvalds
3
-18
/
+15
2013-02-23
net/core: apply pm_runtime_set_memalloc_noio on network devices
Ming Lei
1
-0
/
+5
2013-02-23
sock_diag: Simplify sock_diag_handlers[] handling in __sock_diag_rcv_msg
Mathias Krause
1
-17
/
+7
2013-02-23
sock_diag: Fix out-of-bounds access to sock_diag_handlers[]
Mathias Krause
1
-0
/
+3
2013-02-22
new helper: file_inode(file)
Al Viro
1
-1
/
+1
2013-02-22
sock: only define socket limit if mem cgroup configured
stephen hemminger
1
-0
/
+2
2013-02-22
net: Fix locking bug in netif_set_xps_queue
Alexander Duyck
1
-1
/
+3
2013-02-20
ipv6: fix race condition regarding dst->expires and dst->from.
YOSHIFUJI Hideaki / 吉藤英明
1
-0
/
+1
2013-02-20
net: fix a wrong assignment in skb_split()
Amerigo Wang
1
-1
/
+1
[prev]
[next]