index
:
~johnharr/scheduler
IGT
LibDRM
all
fence
scheduler
i915 GPU scheduler patches
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2014-07-15
net: set name assign type for renamed devices
Tom Gundersen
1
-0
/
+7
2014-07-15
net: add name_assign_type netdev attribute
Tom Gundersen
1
-0
/
+20
2014-07-14
udp: Move udp_tunnel_segment into udp_offload.c
Tom Herbert
2
-76
/
+76
2014-07-14
l2tp: Call udp_sock_create
Tom Herbert
2
-59
/
+28
2014-07-14
udp: Add udp_sock_create for UDP tunnels to open listener socket
Tom Herbert
3
-0
/
+105
2014-07-13
net: filter: sk_chk_filter() no longer mangles filter
Eric Dumazet
1
-3
/
+3
2014-07-13
Merge branch 'for-davem' of git://git.kernel.org/pub/scm/linux/kernel/git/lin...
David S. Miller
19
-1326
/
+3117
2014-07-11
ipv6: Use BUG_ON
Himangi Saraogi
1
-2
/
+2
2014-07-11
net: ipv6: Use BUG_ON
Himangi Saraogi
1
-4
/
+2
2014-07-11
ipv6: addrconf: implement address generation modes
Jiri Pirko
1
-18
/
+38
2014-07-11
net/hsr: Remove left-over never-true conditional code.
Arvid Brodin
1
-4
/
+0
2014-07-11
ipv4: remove the unnecessary variable in udp_mcast_next
Li RongQing
1
-5
/
+4
2014-07-11
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
19
-1326
/
+3117
2014-07-10
ipv6: fix the check when handle RA
Li RongQing
1
-6
/
+6
2014-07-10
Merge branch 'for-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/...
John W. Linville
15
-1287
/
+3044
2014-07-10
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/linvil...
John W. Linville
10
-104
/
+158
2014-07-10
bridge: netlink dump interface at par with brctl
Jamal Hadi Salim
2
-19
/
+70
2014-07-10
bridge: fdb dumping takes a filter device
Jamal Hadi Salim
3
-4
/
+12
2014-07-09
ipconfig: Only bootp paths should reference ic_dev_xid.
David S. Miller
1
-1
/
+1
2014-07-09
ipconfig: move ic_dev_xid under IPCONFIG_BOOTP
Fabian Frederick
1
-2
/
+1
2014-07-09
Bluetooth: Don't send ERTM configuration option when disabled
Marcel Holtmann
1
-0
/
+3
2014-07-09
Bluetooth: Fix setting HCI_CONNECTABLE from ioctl code
Johan Hedberg
2
-0
/
+22
2014-07-09
Bluetooth: Add white list lookup for incoming connection requests
Johan Hedberg
1
-4
/
+12
2014-07-09
Bluetooth: Enable page scan also if there are white list entries
Johan Hedberg
1
-2
/
+4
2014-07-09
Bluetooth: Refactor connection request handling
Johan Hedberg
1
-52
/
+60
2014-07-09
Bluetooth: Fix incorrectly setting HCI_CONNECTABLE
Johan Hedberg
1
-0
/
+8
2014-07-09
Bluetooth: Update page scan when necessary for Add/Remove Device
Johan Hedberg
1
-0
/
+34
2014-07-09
Bluetooth: Introduce a whitelist for BR/EDR devices
Johan Hedberg
2
-2
/
+73
2014-07-09
Bluetooth: Unify helpers for bdaddr_list manipulations
Johan Hedberg
5
-86
/
+31
2014-07-09
Bluetooth: Fix enabling Authenticated Payload Timeout Expired event
Marcel Holtmann
1
-1
/
+1
2014-07-08
netpoll: fix use after free
david decotigny
1
-1
/
+2
2014-07-08
bridge: export knowledge about the presence of IGMP/MLD queriers
Linus Lüssing
1
-0
/
+37
2014-07-08
tipc: fix a memleak when sending data
Erik Hugne
1
-1
/
+4
2014-07-08
net: sctp: Inline the functions from command.c
David Laight
2
-69
/
+1
2014-07-08
appletalk: fix a coccinella warning in net/appletalk/ddp.c
wangweidong
1
-1
/
+1
2014-07-08
Merge git://git.kernel.org/pub/scm/linux/kernel/git/linville/wireless-next
David S. Miller
37
-2180
/
+2148
2014-07-08
net: filter: move load_pointer() into filter.h
Zi Shen Lim
1
-12
/
+3
2014-07-08
net/hsr: Fix NULL pointer dereference on incomplete hsr_newlink() params.
Arvid Brodin
1
-2
/
+6
2014-07-08
net/hsr: Better frame dispatch
Arvid Brodin
11
-586
/
+656
2014-07-08
net/hsr: Added SET_NETDEV_DEVTYPE and features |= NETIF_F_NETNS_LOCAL to dev_...
Arvid Brodin
1
-3
/
+11
2014-07-08
net/hsr: Implemented .ndo_fix_features (better device features handling).
Arvid Brodin
2
-8
/
+49
2014-07-08
net/hsr: Use list_head (and rcu) instead of array for slave devices.
Arvid Brodin
9
-405
/
+438
2014-07-08
net/hsr: Move slave init to hsr_slave.c.
Arvid Brodin
6
-164
/
+205
2014-07-08
net/hsr: Operstate handling cleanup.
Arvid Brodin
3
-22
/
+30
2014-07-08
net/hsr: Move to per-hsr device prune timer.
Arvid Brodin
5
-27
/
+15
2014-07-08
net/hsr: Switch from dev_add_pack() to netdev_rx_handler_register()
Arvid Brodin
6
-247
/
+283
2014-07-08
net/hsr: Better variable names and update of contact info.
Arvid Brodin
8
-305
/
+304
2014-07-08
ipconfig: add static to local variable
Fabian Frederick
1
-1
/
+1
2014-07-08
Bluetooth: Fix clearing HCI_LE_ADV for LE connections
Johan Hedberg
1
-0
/
+5
2014-07-08
Bluetooth: Fix toggling background scan when changing connectable state
Johan Hedberg
1
-1
/
+3
[next]