summaryrefslogtreecommitdiffstats
path: root/net/tipc
Commit message (Expand)AuthorAgeFilesLines
* tipc: don't send FIN message from connectionless socketJon Paul Maloy2016-12-231-11/+13
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2016-12-161-2/+2
|\
| * [iov_iter] new primitives - copy_from_iter_full() and friendsAl Viro2016-12-051-2/+2
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-12-034-18/+46
|\ \
| * | tipc: check minimum bearer MTUMichal Kubeček2016-12-023-2/+27
| * | tipc: fix link statistics counter errorsJon Paul Maloy2016-11-271-16/+19
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-263-8/+9
|\ \ | |/
| * tipc: resolve connection flow control compatibility problemJon Paul Maloy2016-11-251-1/+1
| * tipc: improve sanity check for received domain recordsJon Paul Maloy2016-11-251-5/+5
| * tipc: fix compatibility bug in link monitoringJon Paul Maloy2016-11-251-2/+3
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-11-221-47/+1
|\ \ | |/
| * tipc: eliminate obsolete socket locking policy descriptionJon Paul Maloy2016-11-191-47/+1
* | netns: make struct pernet_operations::id unsigned intAlexey Dobriyan2016-11-182-2/+2
* | net: fix sleeping for sk_wait_event()WANG Cong2016-11-141-12/+12
* | tipc: remove SS_CONNECTED sock stateParthasarathy Bhuvaragan2016-11-011-48/+38
* | tipc: create TIPC_CONNECTING as a new sk_stateParthasarathy Bhuvaragan2016-11-011-32/+28
* | tipc: remove SS_DISCONNECTING stateParthasarathy Bhuvaragan2016-11-011-80/+52
* | tipc: create TIPC_DISCONNECTING as a new sk_stateParthasarathy Bhuvaragan2016-11-011-15/+24
* | tipc: create TIPC_OPEN as a new sk_stateParthasarathy Bhuvaragan2016-11-011-54/+43
* | tipc: create TIPC_ESTABLISHED as a new sk_stateParthasarathy Bhuvaragan2016-11-011-7/+11
* | tipc: create TIPC_LISTEN as a new sk_stateParthasarathy Bhuvaragan2016-11-011-19/+43
* | tipc: remove socket state SS_READYParthasarathy Bhuvaragan2016-11-011-18/+31
* | tipc: remove probing_intv from tipc_sockParthasarathy Bhuvaragan2016-11-011-10/+9
* | tipc: remove tsk->connected from tipc_sockParthasarathy Bhuvaragan2016-11-011-17/+19
* | tipc: remove tsk->connected for connectionless socketsParthasarathy Bhuvaragan2016-11-011-3/+1
* | tipc: rename tsk->remote to tsk->peer for consistent namingParthasarathy Bhuvaragan2016-11-011-6/+5
* | tipc: rename struct tipc_skb_cb member handle to bytes_readParthasarathy Bhuvaragan2016-11-012-9/+11
* | tipc: set kern=0 in sk_alloc() during tipc_accept()Parthasarathy Bhuvaragan2016-11-011-1/+1
* | tipc: wakeup sleeping users at disconnectParthasarathy Bhuvaragan2016-11-011-0/+1
* | tipc: return early for non-blocking sockets at link congestionParthasarathy Bhuvaragan2016-11-011-0/+6
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-306-6/+33
|\ \ | |/
| * tipc: fix broadcast link synchronization problemJon Paul Maloy2016-10-296-6/+33
* | genetlink: mark families as __ro_after_initJohannes Berg2016-10-272-4/+4
* | genetlink: statically initialize familiesJohannes Berg2016-10-272-19/+23
* | genetlink: no longer support using static family IDsJohannes Berg2016-10-272-2/+0
* | genetlink: introduce and use genl_family_attrbuf()Johannes Berg2016-10-271-1/+1
|/
* tipc: info leak in __tipc_nl_add_udp_addr()Dan Carpenter2016-10-131-0/+2
* tipc: fix possible memory leak in tipc_udp_enable()Wei Yongjun2016-09-131-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-121-3/+5
|\
| * tipc: fix random link resets while adding a second bearerParthasarathy Bhuvaragan2016-09-011-3/+5
* | tipc: send broadcast nack directly upon sequence gap detectionJon Paul Maloy2016-09-021-7/+16
* | tipc: rate limit broadcast retransmissionsJon Paul Maloy2016-09-021-5/+47
* | tipc: transfer broadcast nacks in link state messagesJon Paul Maloy2016-09-027-27/+108
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-08-301-0/+2
|\ \ | |/
| * tipc: fix the error handling in tipc_udp_enable()Wei Yongjun2016-08-251-1/+4
* | tipc: add UDP remoteip dump to netlink APIRichard Alpe2016-08-263-1/+100
* | tipc: add the ability to get UDP options via netlinkRichard Alpe2016-08-263-0/+70
* | tipc: add replicast peer discoveryRichard Alpe2016-08-261-3/+80
* | tipc: introduce UDP replicastRichard Alpe2016-08-265-12/+200
* | tipc: refactor multicast ip checkRichard Alpe2016-08-261-15/+19
OpenPOWER on IntegriCloud