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
/
include
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2015-10-05
ipv4: ICMP packet inspection for multipath
Peter Nørlund
1
-1
/
+10
2015-10-05
ipv4: L3 hash-based multipath
Peter Nørlund
1
-3
/
+11
2015-10-05
tcp: avoid two atomic ops for syncookies
Eric Dumazet
2
-4
/
+10
2015-10-05
net: use sk_fullsock() in __netdev_pick_tx()
Eric Dumazet
1
-0
/
+1
2015-10-05
inet: ip_skb_dst_mtu() should use sk_fullsock()
Eric Dumazet
1
-3
/
+6
2015-10-03
tcp/dccp: add SLAB_DESTROY_BY_RCU flag for request sockets
Eric Dumazet
1
-1
/
+3
2015-10-03
switchdev: push object ID back to object structure
Jiri Pirko
1
-10
/
+4
2015-10-03
switchdev: bring back switchdev_obj and use it as a generic object param
Jiri Pirko
1
-11
/
+31
2015-10-03
switchdev: rename switchdev_obj_fdb to switchdev_obj_port_fdb
Jiri Pirko
1
-1
/
+1
2015-10-03
switchdev: rename switchdev_obj_vlan to switchdev_obj_port_vlan
Jiri Pirko
1
-1
/
+1
2015-10-03
switchdev: rename SWITCHDEV_ATTR_* enum values to SWITCHDEV_ATTR_ID_*
Jiri Pirko
1
-4
/
+4
2015-10-03
switchdev: rename SWITCHDEV_OBJ_* enum values to SWITCHDEV_OBJ_ID_*
Jiri Pirko
1
-7
/
+7
2015-10-03
tcp: remove max_qlen_log
Eric Dumazet
2
-9
/
+3
2015-10-03
tcp/dccp: remove struct listen_sock
Eric Dumazet
1
-22
/
+4
2015-10-03
tcp: attach SYNACK messages to request sockets instead of listener
Eric Dumazet
1
-2
/
+4
2015-10-03
ipv6: remove obsolete inet6 functions
Eric Dumazet
1
-9
/
+0
2015-10-03
tcp/dccp: shrink struct listen_sock
Eric Dumazet
1
-3
/
+0
2015-10-03
tcp/dccp: install syn_recv requests into ehash table
Eric Dumazet
4
-11
/
+1
2015-10-03
tcp/dccp: remove inet_csk_reqsk_queue_added() timeout argument
Eric Dumazet
1
-2
/
+1
2015-10-03
tcp: get_openreq[46]() changes
Eric Dumazet
1
-1
/
+0
2015-10-03
tcp/dccp: init sk_prot and call sk_node_init() in reqsk_alloc()
Eric Dumazet
1
-10
/
+12
2015-10-03
tcp: move synflood_warned into struct request_sock_queue
Eric Dumazet
1
-1
/
+1
2015-10-03
tcp: move qlen/young out of struct listen_sock
Eric Dumazet
1
-30
/
+10
2015-10-03
tcp: add a spinlock to protect struct request_sock_queue
Eric Dumazet
1
-19
/
+18
2015-10-02
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
David S. Miller
1
-1
/
+5
2015-09-29
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pablo/nf-next
David S. Miller
3
-126
/
+59
2015-09-29
net: switchdev: extract struct switchdev_obj_*
Vivien Didelot
1
-27
/
+26
2015-09-29
net: switchdev: abstract object in add/del ops
Vivien Didelot
1
-6
/
+12
2015-09-29
net: switchdev: pass callback to dump operation
Vivien Didelot
1
-3
/
+6
2015-09-29
net: switchdev: remove dev from switchdev_obj cb
Vivien Didelot
1
-1
/
+1
2015-09-29
net: Move netif_index_is_l3_master to l3mdev.h
David Ahern
2
-0
/
+25
2015-09-29
net: Remove vrf header file
David Ahern
1
-29
/
+0
2015-09-29
net: Remove the now unused vrf_ptr
David Ahern
1
-6
/
+0
2015-09-29
net: Replace calls to vrf_dev_get_rth
David Ahern
1
-22
/
+0
2015-09-29
net: Replace vrf_dev_table and friends
David Ahern
1
-80
/
+0
2015-09-29
net: Replace vrf_master_ifindex{, _rcu} with l3mdev equivalents
David Ahern
1
-41
/
+0
2015-09-29
net: Introduce L3 Master device abstraction
David Ahern
1
-0
/
+125
2015-09-29
net: Rename IFF_VRF_MASTER to IFF_L3MDEV_MASTER
David Ahern
2
-3
/
+3
2015-09-29
tcp: prepare fastopen code for upcoming listener changes
Eric Dumazet
1
-5
/
+2
2015-09-29
tcp: constify tcp_syn_flood_action() socket argument
Eric Dumazet
1
-3
/
+2
2015-09-29
tcp: constify tcp_v{4|6}_route_req() sock argument
Eric Dumazet
1
-1
/
+1
2015-09-29
tcp: cookie_init_sequence() cleanups
Eric Dumazet
1
-9
/
+10
2015-09-29
tcp/dccp: constify syn_recv_sock() method sock argument
Eric Dumazet
2
-2
/
+2
2015-09-29
tcp: constify tcp_create_openreq_child() socket argument
Eric Dumazet
1
-1
/
+1
2015-09-29
net: constify sk_gfp_atomic() sock argument
Eric Dumazet
1
-1
/
+1
2015-09-29
inet: constify __inet_inherit_port() sock argument
Eric Dumazet
1
-1
/
+1
2015-09-29
inet: constify inet_csk_route_child_sock() socket argument
Eric Dumazet
1
-1
/
+2
2015-09-29
dccp: use inet6_csk_route_req() helper
Eric Dumazet
1
-1
/
+1
2015-09-29
tcp: remove tcp_rcv_state_process() tcp_hdr argument
Eric Dumazet
1
-2
/
+1
2015-09-29
tcp: remove unused len argument from tcp_rcv_state_process()
Eric Dumazet
1
-1
/
+1
[next]