aboutsummaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAge
...
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-03
|\ \
| * | tipc: check minimum bearer MTUMichal Kubeček2016-12-02
| * | tipc: fix link statistics counter errorsJon Paul Maloy2016-11-27
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-26
|\|
| * tipc: resolve connection flow control compatibility problemJon Paul Maloy2016-11-25
| * tipc: improve sanity check for received domain recordsJon Paul Maloy2016-11-25
| * tipc: fix compatibility bug in link monitoringJon Paul Maloy2016-11-25
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-22
|\|
| * tipc: eliminate obsolete socket locking policy descriptionJon Paul Maloy2016-11-19
* | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-18
* | net: fix sleeping for sk_wait_event()WANG Cong2016-11-14
* | tipc: remove SS_CONNECTED sock stateParthasarathy Bhuvaragan2016-11-01
* | tipc: create TIPC_CONNECTING as a new sk_stateParthasarathy Bhuvaragan2016-11-01
* | tipc: remove SS_DISCONNECTING stateParthasarathy Bhuvaragan2016-11-01
* | tipc: create TIPC_DISCONNECTING as a new sk_stateParthasarathy Bhuvaragan2016-11-01
* | tipc: create TIPC_OPEN as a new sk_stateParthasarathy Bhuvaragan2016-11-01
* | tipc: create TIPC_ESTABLISHED as a new sk_stateParthasarathy Bhuvaragan2016-11-01
* | tipc: create TIPC_LISTEN as a new sk_stateParthasarathy Bhuvaragan2016-11-01
* | tipc: remove socket state SS_READYParthasarathy Bhuvaragan2016-11-01
* | tipc: remove probing_intv from tipc_sockParthasarathy Bhuvaragan2016-11-01
* | tipc: remove tsk->connected from tipc_sockParthasarathy Bhuvaragan2016-11-01
* | tipc: remove tsk->connected for connectionless socketsParthasarathy Bhuvaragan2016-11-01
* | tipc: rename tsk->remote to tsk->peer for consistent namingParthasarathy Bhuvaragan2016-11-01
* | tipc: rename struct tipc_skb_cb member handle to bytes_readParthasarathy Bhuvaragan2016-11-01
* | tipc: set kern=0 in sk_alloc() during tipc_accept()Parthasarathy Bhuvaragan2016-11-01
* | tipc: wakeup sleeping users at disconnectParthasarathy Bhuvaragan2016-11-01
* | tipc: return early for non-blocking sockets at link congestionParthasarathy Bhuvaragan2016-11-01
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-30
|\|
| * tipc: fix broadcast link synchronization problemJon Paul Maloy2016-10-29
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-27
* | genetlink: statically initialize familiesJohannes Berg2016-10-27
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-27
* | genetlink: introduce and use genl_family_attrbuf()Johannes Berg2016-10-27
|/
* tipc: info leak in __tipc_nl_add_udp_addr()Dan Carpenter2016-10-13
* tipc: fix possible memory leak in tipc_udp_enable()Wei Yongjun2016-09-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-12
|\
| * tipc: fix random link resets while adding a second bearerParthasarathy Bhuvaragan2016-09-01
* | tipc: send broadcast nack directly upon sequence gap detectionJon Paul Maloy2016-09-02
* | tipc: rate limit broadcast retransmissionsJon Paul Maloy2016-09-02
* | tipc: transfer broadcast nacks in link state messagesJon Paul Maloy2016-09-02
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-30
|\|
| * tipc: fix the error handling in tipc_udp_enable()Wei Yongjun2016-08-25
* | tipc: add UDP remoteip dump to netlink APIRichard Alpe2016-08-27
* | tipc: add the ability to get UDP options via netlinkRichard Alpe2016-08-27
* | tipc: add replicast peer discoveryRichard Alpe2016-08-27
* | tipc: introduce UDP replicastRichard Alpe2016-08-27
* | tipc: refactor multicast ip checkRichard Alpe2016-08-27
* | tipc: split UDP send functionRichard Alpe2016-08-27
* | tipc: split UDP nl address parsingRichard Alpe2016-08-27
* | tipc: use kfree_skb() instead of kfree()Wei Yongjun2016-08-24