| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'nfs-for-4.15-2' of git://git.linux-nfs.org/projects/anna/linux-nfs | Linus Torvalds | 2017-12-02 | 2 | -0/+7 |
|\ |
|
| * | SUNRPC: Handle ENETDOWN errors | Trond Myklebust | 2017-11-30 | 2 | -0/+6 |
| * | SUNRPC: Allow connect to return EHOSTUNREACH | Trond Myklebust | 2017-11-29 | 1 | -0/+1 |
* | | Merge tag 'nfsd-4.15-1' of git://linux-nfs.org/~bfields/linux | Linus Torvalds | 2017-11-29 | 3 | -5/+5 |
|\ \ |
|
| * | | SUNRPC: make cache_detail structures const | Bhumika Goyal | 2017-11-27 | 2 | -4/+4 |
| * | | sunrpc: make the function arg as const | Bhumika Goyal | 2017-11-27 | 1 | -1/+1 |
* | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2017-11-29 | 37 | -402/+917 |
|\ \ \
| |/ /
|/| | |
|
| * | | net: sched: cbq: create block for q->link.block | Jiri Pirko | 2017-11-28 | 1 | -1/+8 |
| * | | VSOCK: Don't set sk_state to TCP_CLOSE before testing it | Jorgen Hansen | 2017-11-28 | 1 | -2/+2 |
| * | | sctp: use right member as the param of list_for_each_entry | Xin Long | 2017-11-28 | 1 | -3/+3 |
| * | | sch_sfq: fix null pointer dereference at timer expiration | Paolo Abeni | 2017-11-28 | 1 | -0/+1 |
| * | | cls_bpf: don't decrement net's refcount when offload fails | Jakub Kicinski | 2017-11-28 | 1 | -10/+13 |
| * | | net/packet: fix a race in packet_bind() and packet_notifier() | Eric Dumazet | 2017-11-28 | 1 | -0/+5 |
| * | | packet: fix crash in fanout_demux_rollover() | Mike Maloney | 2017-11-28 | 2 | -23/+10 |
| * | | sctp: remove extern from stream sched | Xin Long | 2017-11-28 | 4 | -9/+31 |
| * | | sctp: force SCTP_ERROR_INV_STRM with __u32 when calling sctp_chunk_fail | Xin Long | 2017-11-28 | 1 | -1/+1 |
| * | | tipc: eliminate access after delete in group_filter_msg() | Jon Maloy | 2017-11-27 | 1 | -1/+1 |
| * | | Merge tag 'mac80211-for-davem-2017-11-27' of git://git.kernel.org/pub/scm/lin... | David S. Miller | 2017-11-27 | 5 | -10/+47 |
| |\ \ |
|
| | * | | mac80211: tear down RX aggregations first | Sara Sharon | 2017-11-27 | 1 | -1/+3 |
| | * | | mac80211: fix the update of path metric for RANN frame | Chun-Yeow Yeoh | 2017-11-27 | 1 | -6/+9 |
| | * | | mac80211: use QoS NDP for AP probing | Johannes Berg | 2017-11-27 | 2 | -3/+28 |
| | * | | cfg80211: select CRYPTO_SHA256 if needed | Johannes Berg | 2017-11-24 | 1 | -0/+7 |
| * | | | sctp: set sender next_tsn for the old result with ctsn_ack_point plus 1 | Xin Long | 2017-11-27 | 1 | -1/+1 |
| * | | | sctp: avoid flushing unsent queue when doing asoc reset | Xin Long | 2017-11-27 | 1 | -7/+14 |
| * | | | sctp: only allow the asoc reset when the asoc outq is empty | Xin Long | 2017-11-27 | 1 | -0/+9 |
| * | | | sctp: only allow the out stream reset when the stream outq is empty | Xin Long | 2017-11-27 | 1 | -0/+35 |
| * | | | sctp: use sizeof(__u16) for each stream number length instead of magic number | Xin Long | 2017-11-27 | 1 | -4/+6 |
| * | | | openvswitch: fix the incorrect flow action alloc size | zhangliping | 2017-11-27 | 1 | -8/+8 |
| * | | | net: openvswitch: datapath: fix data type in queue_gso_packets | Gustavo A. R. Silva | 2017-11-26 | 1 | -1/+1 |
| * | | | net: dsa: fix 'increment on 0' warning | Vivien Didelot | 2017-11-25 | 1 | -11/+14 |
| * | | | VSOCK: Don't call vsock_stream_has_data in atomic context | Jorgen Hansen | 2017-11-25 | 1 | -3/+7 |
| * | | | net: sched: crash on blocks with goto chain action | Roman Kapl | 2017-11-25 | 1 | -5/+12 |
| * | | | rxrpc: Fix conn expiry timers | David Howells | 2017-11-24 | 5 | -28/+68 |
| * | | | rxrpc: Fix service endpoint expiry | David Howells | 2017-11-24 | 5 | -18/+45 |
| * | | | rxrpc: Add keepalive for a call | David Howells | 2017-11-24 | 3 | -0/+34 |
| * | | | rxrpc: Add a timeout for detecting lost ACKs/lost DATA | David Howells | 2017-11-24 | 7 | -10/+89 |
| * | | | rxrpc: Express protocol timeouts in terms of RTT | David Howells | 2017-11-24 | 2 | -4/+25 |
| * | | | rxrpc: Don't transmit DELAY ACKs immediately on proposal | David Howells | 2017-11-24 | 1 | -2/+2 |
| * | | | rxrpc: Fix call timeouts | David Howells | 2017-11-24 | 9 | -179/+242 |
| * | | | rxrpc: Split the call params from the operation params | David Howells | 2017-11-24 | 4 | -45/+60 |
| * | | | rxrpc: Delay terminal ACK transmission on a client call | David Howells | 2017-11-24 | 5 | -13/+108 |
| * | | | rxrpc: Provide a different lockdep key for call->user_mutex for kernel calls | David Howells | 2017-11-24 | 3 | -6/+17 |
| * | | | rxrpc: Don't set upgrade by default in sendmsg() | David Howells | 2017-11-24 | 1 | -1/+1 |
| * | | | rxrpc: The mutex lock returned by rxrpc_accept_call() needs releasing | David Howells | 2017-11-24 | 1 | -2/+3 |
* | | | | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2017-11-25 | 42 | -184/+163 |
|\ \ \ \
| |/ / /
|/| | | |
|
| * | | | treewide: Remove TIMER_FUNC_TYPE and TIMER_DATA_TYPE casts | Kees Cook | 2017-11-22 | 10 | -20/+20 |
| * | | | treewide: setup_timer() -> timer_setup() (2 field) | Kees Cook | 2017-11-22 | 2 | -8/+9 |
| * | | | treewide: setup_timer() -> timer_setup() | Kees Cook | 2017-11-22 | 28 | -148/+127 |
| * | | | treewide: Switch DEFINE_TIMER callbacks to struct timer_list * | Kees Cook | 2017-11-22 | 3 | -6/+6 |
| * | | | net/atm/mpc: Avoid open-coded assignment of timer callback function | Kees Cook | 2017-11-22 | 1 | -2/+1 |