index
:
drm-intel
core-for-ci
drm-intel-fixes
drm-intel-gt-next
drm-intel-gt-next-backup
drm-intel-next
drm-intel-next-fixes
drm-intel-next-queued
drm-intel-testing
for-linux-next
for-linux-next-fixes
for-linux-next-gt
i915-orig
main
maintainer-tools
topic/core-for-CI
topic/drm-intel-gem-next
topic/thunderbolt-next
Linux driver for Intel graphics
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-11
net: dsa: add port_fdb_prepare
Vivien Didelot
1
-0
/
+6
2015-10-11
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
David S. Miller
10
-94
/
+409
2015-10-11
net: synack packets can be attached to request sockets
Eric Dumazet
1
-0
/
+8
2015-10-08
6lowpan: move shared settings to lowpan_netdev_setup
Alexander Aring
1
-0
/
+2
2015-10-08
dst: Pass net into dst->output
Eric W. Biederman
5
-14
/
+14
2015-10-08
ipv4, ipv6: Pass net into ip_local_out and ip6_local_out
Eric W. Biederman
3
-3
/
+3
2015-10-08
ipv4, ipv6: Pass net into __ip_local_out and __ip6_local_out
Eric W. Biederman
3
-3
/
+4
2015-10-08
ipv6: Merge ip6_local_out and ip6_local_out_sk
Eric W. Biederman
2
-3
/
+2
2015-10-08
ipv6: Merge __ip6_local_out and __ip6_local_out_sk
Eric W. Biederman
1
-2
/
+1
2015-10-08
ipv4: Merge ip_local_out and ip_local_out_sk
Eric W. Biederman
1
-5
/
+1
2015-10-08
ipv4: Merge __ip_local_out and __ip_local_out_sk
Eric W. Biederman
1
-2
/
+1
2015-10-08
dst: Pass a sk into .local_out
Eric W. Biederman
3
-1
/
+3
2015-10-08
net: Pass net into dst_output and remove dst_output_okfn
Eric W. Biederman
1
-5
/
+1
2015-10-08
Bluetooth: Add debugfs entry for setting vendor diagnostic mode
Marcel Holtmann
2
-0
/
+2
2015-10-08
Bluetooth: Add support for vendor specific diagnostic channel
Marcel Holtmann
3
-0
/
+3
2015-10-08
Bluetooth: Send index information updates to monitor channel
Marcel Holtmann
1
-0
/
+7
2015-10-07
Merge tag 'mac80211-next-for-davem-2015-10-05' of git://git.kernel.org/pub/sc...
David S. Miller
2
-3
/
+40
2015-10-07
net: Add source address lookup op for VRF
David Ahern
2
-3
/
+31
2015-10-07
net: Refactor path selection in __ip_route_output_key_hash
David Ahern
1
-0
/
+2
2015-10-07
net: Rename FLOWI_FLAG_VRFSRC to FLOWI_FLAG_L3MDEV_SRC
David Ahern
2
-2
/
+2
2015-10-05
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiede...
David S. Miller
2
-4
/
+4
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-05
Bluetooth: Send transport open and close monitor events
Marcel Holtmann
1
-0
/
+2
2015-10-05
Bluetooth: Introduce HCI_DEV_OPEN and HCI_DEV_CLOSE events
Marcel Holtmann
1
-0
/
+2
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-30
mac802154: check on len instead mac_len
Alexander Aring
1
-1
/
+1
2015-09-30
nl802154: add support for security layer
Alexander Aring
3
-75
/
+322
[next]