index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
Age
Commit message (
Expand
)
Author
Files
Lines
2016-06-15
ipv6: introduce neighbour discovery ops
Alexander Aring
3
-37
/
+85
2016-06-15
addrconf: put prefix address add in an own function
Alexander Aring
1
-94
/
+109
2016-06-15
ndisc: add __ndisc_fill_addr_option function
Alexander Aring
1
-4
/
+10
2016-06-15
6lowpan: remove ipv6 module request
Alexander Aring
1
-2
/
+0
2016-06-15
6lowpan: add 802.15.4 short addr slaac
Alexander Aring
2
-2
/
+49
2016-06-15
6lowpan: add private neighbour data
Alexander Aring
1
-0
/
+12
2016-06-15
net_sched: sch_fq: defer skb freeing
Eric Dumazet
1
-1
/
+1
2016-06-15
net_sched: sch_pie: defer skb freeing
Eric Dumazet
1
-1
/
+1
2016-06-15
net_sched: sch_netem: defer skb freeing
Eric Dumazet
1
-3
/
+1
2016-06-15
net_sched: sch_htb: defer skb freeing
Eric Dumazet
1
-2
/
+2
2016-06-15
net_sched: sch_hhf: defer skb freeing
Eric Dumazet
1
-2
/
+2
2016-06-15
net_sched: fq_codel: defer skb freeing
Eric Dumazet
1
-8
/
+9
2016-06-15
net_sched: sch_fq: defer skb freeing
Eric Dumazet
1
-6
/
+13
2016-06-15
net_sched: sch_codel: defer skb freeing in codel_change()
Eric Dumazet
1
-1
/
+1
2016-06-15
net_sched: sch_choke: defer skb freeing
Eric Dumazet
1
-4
/
+4
2016-06-15
net_sched: add the ability to defer skb freeing
Eric Dumazet
2
-1
/
+23
2016-06-15
tipc: add neighbor monitoring framework
Jon Paul Maloy
10
-31
/
+797
2016-06-15
net_sched: make tcf_hash_check() boolean
WANG Cong
7
-11
/
+16
2016-06-15
net: vrf: Handle ipv6 multicast and link-local addresses
David Ahern
2
-3
/
+4
2016-06-15
net: ipv6: Do not add multicast route for l3 master devices
David Ahern
1
-1
/
+1
2016-06-15
net: l3mdev: Remove const from flowi6 arg to get_rt6_dst
David Ahern
1
-1
/
+1
2016-06-15
af_iucv: use paged SKBs for big inbound messages
Eugene Crosser
1
-6
/
+50
2016-06-15
af_iucv: remove fragment_skb() to use paged SKBs
Eugene Crosser
1
-56
/
+3
2016-06-15
af_iucv: use paged SKBs for big outbound messages
Eugene Crosser
1
-47
/
+77
2016-06-15
act_police: rename tcf_act_police_locate() to tcf_act_police_init()
WANG Cong
1
-4
/
+4
2016-06-15
net_sched: remove internal use of TC_POLICE_*
WANG Cong
2
-3
/
+3
2016-06-14
RDS: Update rds_conn_destroy to be MP capable
Sowmini Varadhan
1
-20
/
+39
2016-06-14
RDS: Update rds_conn_shutdown to work with rds_conn_path
Sowmini Varadhan
5
-38
/
+44
2016-06-14
RDS: Initialize all RDS_MPATH_WORKERS in __rds_conn_create
Sowmini Varadhan
1
-20
/
+45
2016-06-14
RDS: Add rds_conn_path_error()
Sowmini Varadhan
3
-1
/
+18
2016-06-14
RDS: update rds-info related functions to traverse multiple conn_paths
Sowmini Varadhan
1
-27
/
+82
2016-06-14
RDS: Add rds_conn_path_connect_if_down() for MP-aware callers
Sowmini Varadhan
3
-8
/
+14
2016-06-14
RDS: Make rds_send_pong() take a rds_conn_path argument
Sowmini Varadhan
3
-14
/
+14
2016-06-14
RDS: Extract rds_conn_path from i_conn_path in rds_send_drop_to() for MP-capa...
Sowmini Varadhan
1
-3
/
+8
2016-06-14
RDS: Pass rds_conn_path to rds_send_xmit()
Sowmini Varadhan
4
-70
/
+87
2016-06-14
RDS: Make rds_send_queue_rm() rds_conn_path aware
Sowmini Varadhan
1
-6
/
+11
2016-06-14
RDS: Remove stale function rds_send_get_message()
Sowmini Varadhan
2
-38
/
+0
2016-06-14
RDS: Add rds_send_path_drop_acked()
Sowmini Varadhan
2
-5
/
+15
2016-06-14
RDS: Add rds_send_path_reset()
Sowmini Varadhan
1
-17
/
+22
2016-06-14
RDS: rds_inc_path_init() helper function for MP capable transports
Sowmini Varadhan
2
-0
/
+16
2016-06-14
RDS: recv path gets the conn_path from rds_incoming for MP capable transports
Sowmini Varadhan
2
-4
/
+9
2016-06-14
RDS: add t_mp_capable bit to be set by MP capable transports
Sowmini Varadhan
1
-1
/
+6
2016-06-14
RDS: split out connection specific state from rds_connection to rds_conn_path
Sowmini Varadhan
19
-93
/
+199
2016-06-14
tcp: return sizeof tcp_dctcp_info in dctcp_get_info()
Neal Cardwell
1
-2
/
+2
2016-06-14
sctp: fix error return code in sctp_init()
Wei Yongjun
1
-1
/
+2
2016-06-14
Merge tag 'rxrpc-rewrite-20160613' of git://git.kernel.org/pub/scm/linux/kern...
David S. Miller
18
-86
/
+86
2016-06-14
net/sched: flower: Return error when hw can't offload and skip_sw is set
Amir Vadai
1
-17
/
+25
2016-06-13
rxrpc: Update the comments in ar-internal.h to reflect renames
David Howells
1
-69
/
+69
2016-06-13
rxrpc: Rename files matching ar-*.c to git rid of the "ar-" prefix
David Howells
17
-17
/
+17
2016-06-12
sched: remove NET_XMIT_POLICED
Florian Westphal
5
-7
/
+4
[next]