| Age | Commit message (Expand) | Author | Files | Lines |
| 2017-02-17 | tipc: Fix tipc_sk_reinit race conditions | Herbert Xu | 2 | -11/+23 |
| 2017-01-28 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -83/+99 |
| 2017-01-25 | tipc: uninitialized return code in tipc_setsockopt() | Dan Carpenter | 1 | -2/+1 |
| 2017-01-24 | tipc: fix cleanup at module unload | Parthasarathy Bhuvaragan | 1 | -3/+1 |
| 2017-01-24 | tipc: ignore requests when the connection state is not CONNECTED | Parthasarathy Bhuvaragan | 1 | -6/+7 |
| 2017-01-24 | tipc: fix nametbl_lock soft lockup at module exit | Parthasarathy Bhuvaragan | 1 | -11/+5 |
| 2017-01-24 | tipc: fix connection refcount error | Parthasarathy Bhuvaragan | 1 | -9/+10 |
| 2017-01-24 | tipc: add subscription refcount to avoid invalid delete | Parthasarathy Bhuvaragan | 2 | -54/+71 |
| 2017-01-24 | tipc: fix nametbl_lock soft lockup at node/link events | Parthasarathy Bhuvaragan | 1 | -2/+7 |
| 2017-01-20 | tipc: make replicast a user selectable option | Jon Paul Maloy | 5 | -15/+108 |
| 2017-01-20 | tipc: introduce replicast as transport option for multicast | Jon Paul Maloy | 7 | -47/+149 |
| 2017-01-20 | tipc: add functionality to lookup multicast destination nodes | Jon Paul Maloy | 4 | -8/+87 |
| 2017-01-20 | tipc: add function for checking broadcast support in bearer | Jon Paul Maloy | 4 | -9/+34 |
| 2017-01-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -13/+13 |
| 2017-01-16 | tipc: allocate user memory with GFP_KERNEL flag | Parthasarathy Bhuvaragan | 5 | -13/+13 |
| 2017-01-03 | tipc: reduce risk of user starvation during link congestion | Jon Paul Maloy | 5 | -251/+194 |
| 2017-01-03 | tipc: modify struct tipc_plist to be more versatile | Jon Paul Maloy | 3 | -46/+83 |
| 2017-01-03 | tipc: unify tipc_wait_for_sndpkt() and tipc_wait_for_sndmsg() functions | Jon Paul Maloy | 1 | -59/+49 |
| 2016-12-23 | tipc: don't send FIN message from connectionless socket | Jon Paul Maloy | 1 | -11/+13 |
| 2016-12-16 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 1 | -2/+2 |
| 2016-12-05 | [iov_iter] new primitives - copy_from_iter_full() and friends | Al Viro | 1 | -2/+2 |
| 2016-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -18/+46 |
| 2016-12-02 | tipc: check minimum bearer MTU | Michal Kubeček | 3 | -2/+27 |
| 2016-11-27 | tipc: fix link statistics counter errors | Jon Paul Maloy | 1 | -16/+19 |
| 2016-11-26 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -8/+9 |
| 2016-11-25 | tipc: resolve connection flow control compatibility problem | Jon Paul Maloy | 1 | -1/+1 |
| 2016-11-25 | tipc: improve sanity check for received domain records | Jon Paul Maloy | 1 | -5/+5 |
| 2016-11-25 | tipc: fix compatibility bug in link monitoring | Jon Paul Maloy | 1 | -2/+3 |
| 2016-11-22 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -47/+1 |
| 2016-11-19 | tipc: eliminate obsolete socket locking policy description | Jon Paul Maloy | 1 | -47/+1 |
| 2016-11-18 | netns: make struct pernet_operations::id unsigned int | Alexey Dobriyan | 2 | -2/+2 |
| 2016-11-14 | net: fix sleeping for sk_wait_event() | WANG Cong | 1 | -12/+12 |
| 2016-11-01 | tipc: remove SS_CONNECTED sock state | Parthasarathy Bhuvaragan | 1 | -48/+38 |
| 2016-11-01 | tipc: create TIPC_CONNECTING as a new sk_state | Parthasarathy Bhuvaragan | 1 | -32/+28 |
| 2016-11-01 | tipc: remove SS_DISCONNECTING state | Parthasarathy Bhuvaragan | 1 | -80/+52 |
| 2016-11-01 | tipc: create TIPC_DISCONNECTING as a new sk_state | Parthasarathy Bhuvaragan | 1 | -15/+24 |
| 2016-11-01 | tipc: create TIPC_OPEN as a new sk_state | Parthasarathy Bhuvaragan | 1 | -54/+43 |
| 2016-11-01 | tipc: create TIPC_ESTABLISHED as a new sk_state | Parthasarathy Bhuvaragan | 1 | -7/+11 |
| 2016-11-01 | tipc: create TIPC_LISTEN as a new sk_state | Parthasarathy Bhuvaragan | 1 | -19/+43 |
| 2016-11-01 | tipc: remove socket state SS_READY | Parthasarathy Bhuvaragan | 1 | -18/+31 |
| 2016-11-01 | tipc: remove probing_intv from tipc_sock | Parthasarathy Bhuvaragan | 1 | -10/+9 |
| 2016-11-01 | tipc: remove tsk->connected from tipc_sock | Parthasarathy Bhuvaragan | 1 | -17/+19 |
| 2016-11-01 | tipc: remove tsk->connected for connectionless sockets | Parthasarathy Bhuvaragan | 1 | -3/+1 |
| 2016-11-01 | tipc: rename tsk->remote to tsk->peer for consistent naming | Parthasarathy Bhuvaragan | 1 | -6/+5 |
| 2016-11-01 | tipc: rename struct tipc_skb_cb member handle to bytes_read | Parthasarathy Bhuvaragan | 2 | -9/+11 |
| 2016-11-01 | tipc: set kern=0 in sk_alloc() during tipc_accept() | Parthasarathy Bhuvaragan | 1 | -1/+1 |
| 2016-11-01 | tipc: wakeup sleeping users at disconnect | Parthasarathy Bhuvaragan | 1 | -0/+1 |
| 2016-11-01 | tipc: return early for non-blocking sockets at link congestion | Parthasarathy Bhuvaragan | 1 | -0/+6 |
| 2016-10-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 6 | -6/+33 |
| 2016-10-29 | tipc: fix broadcast link synchronization problem | Jon Paul Maloy | 6 | -6/+33 |
| 2016-10-27 | genetlink: mark families as __ro_after_init | Johannes Berg | 2 | -4/+4 |
| 2016-10-27 | genetlink: statically initialize families | Johannes Berg | 2 | -19/+23 |
| 2016-10-27 | genetlink: no longer support using static family IDs | Johannes Berg | 2 | -2/+0 |
| 2016-10-27 | genetlink: introduce and use genl_family_attrbuf() | Johannes Berg | 1 | -1/+1 |
| 2016-10-13 | tipc: info leak in __tipc_nl_add_udp_addr() | Dan Carpenter | 1 | -0/+2 |
| 2016-09-13 | tipc: fix possible memory leak in tipc_udp_enable() | Wei Yongjun | 1 | -1/+2 |
| 2016-09-12 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -3/+5 |
| 2016-09-02 | tipc: send broadcast nack directly upon sequence gap detection | Jon Paul Maloy | 1 | -7/+16 |
| 2016-09-02 | tipc: rate limit broadcast retransmissions | Jon Paul Maloy | 1 | -5/+47 |
| 2016-09-02 | tipc: transfer broadcast nacks in link state messages | Jon Paul Maloy | 7 | -27/+108 |
| 2016-09-01 | tipc: fix random link resets while adding a second bearer | Parthasarathy Bhuvaragan | 1 | -3/+5 |
| 2016-08-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+2 |
| 2016-08-26 | tipc: add UDP remoteip dump to netlink API | Richard Alpe | 3 | -1/+100 |
| 2016-08-26 | tipc: add the ability to get UDP options via netlink | Richard Alpe | 3 | -0/+70 |
| 2016-08-26 | tipc: add replicast peer discovery | Richard Alpe | 1 | -3/+80 |
| 2016-08-26 | tipc: introduce UDP replicast | Richard Alpe | 5 | -12/+200 |
| 2016-08-26 | tipc: refactor multicast ip check | Richard Alpe | 1 | -15/+19 |
| 2016-08-26 | tipc: split UDP send function | Richard Alpe | 1 | -18/+32 |
| 2016-08-26 | tipc: split UDP nl address parsing | Richard Alpe | 1 | -57/+55 |
| 2016-08-25 | tipc: fix the error handling in tipc_udp_enable() | Wei Yongjun | 1 | -1/+4 |
| 2016-08-23 | tipc: use kfree_skb() instead of kfree() | Wei Yongjun | 1 | -1/+1 |
| 2016-08-18 | tipc: add peer removal functionality | Richard Alpe | 4 | -0/+71 |
| 2016-08-18 | tipc: ensure that link congestion and wakeup use same criteria | Jon Paul Maloy | 1 | -8/+10 |
| 2016-08-18 | tipc: make bearer packet filtering generic | Jon Paul Maloy | 3 | -39/+42 |
| 2016-08-15 | tipc: fix NULL pointer dereference in shutdown() | Vegard Nossum | 1 | -1/+2 |
| 2016-08-10 | tipc: fix variable dereference before NULL check | Parthasarathy Bhuvaragan | 1 | -1/+2 |
| 2016-07-30 | tipc: fix imbalance read_unlock_bh in __tipc_nl_add_monitor() | Wei Yongjun | 1 | -1/+1 |
| 2016-07-26 | tipc: dump monitor attributes | Parthasarathy Bhuvaragan | 5 | -0/+235 |
| 2016-07-26 | tipc: add a function to get the bearer name | Parthasarathy Bhuvaragan | 2 | -0/+22 |
| 2016-07-26 | tipc: get monitor threshold for the cluster | Parthasarathy Bhuvaragan | 5 | -0/+67 |
| 2016-07-26 | tipc: make cluster size threshold for monitoring configurable | Parthasarathy Bhuvaragan | 6 | -2/+55 |
| 2016-07-26 | tipc: introduce constants for tipc address validation | Parthasarathy Bhuvaragan | 2 | -6/+3 |
| 2016-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 4 | -5/+35 |
| 2016-07-11 | tipc: reset all unicast links when broadcast send link fails | Jon Paul Maloy | 3 | -4/+27 |
| 2016-07-11 | tipc: ensure correct broadcast send buffer release when peer is lost | Jon Paul Maloy | 1 | -0/+2 |
| 2016-07-11 | tipc: extend broadcast link initialization criteria | Jon Paul Maloy | 1 | -1/+6 |
| 2016-07-06 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
| 2016-07-01 | tipc: fix nl compat regression for link statistics | Richard Alpe | 1 | -1/+1 |
| 2016-06-30 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 5 | -25/+51 |
| 2016-06-29 | tipc: rename udp_port in struct udp_media_addr | Richard Alpe | 1 | -12/+12 |
| 2016-06-29 | tipc: honor msg2addr return value | Richard Alpe | 1 | -1/+4 |
| 2016-06-27 | tipc: Use kmemdup instead of kmalloc and memcpy | Amitoj Kaur Chawla | 1 | -2/+1 |
| 2016-06-22 | tipc: unclone unbundled buffers before forwarding | Jon Paul Maloy | 2 | -11/+6 |
| 2016-06-17 | tipc: fix socket timer deadlock | Jon Paul Maloy | 1 | -12/+42 |
| 2016-06-17 | tipc: potential shift wrapping bug in map_set() | Dan Carpenter | 1 | -2/+2 |
| 2016-06-15 | tipc: eliminate uninitialized variable warning | Ying Xue | 1 | -1/+2 |
| 2016-06-15 | tipc: fix suspicious RCU usage | Ying Xue | 1 | -1/+1 |
| 2016-06-15 | tipc: add neighbor monitoring framework | Jon Paul Maloy | 10 | -31/+797 |
| 2016-06-10 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+2 |
| 2016-06-08 | tipc: change node timer unit from jiffies to ms | Jon Paul Maloy | 2 | -10/+10 |
| 2016-06-08 | tipc: correct error in node fsm | Jon Paul Maloy | 1 | -2/+2 |
| 2016-06-02 | tipc: fix an infoleak in tipc_nl_compat_link_dump | Kangjie Lu | 1 | -1/+2 |
| 2016-05-25 | tipc: fix potential null pointer dereferences in some compat functions | Baozeng Ding | 1 | -18/+93 |
| 2016-05-19 | tipc: block BH in TCP callbacks | Eric Dumazet | 1 | -4/+4 |
| 2016-05-17 | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik... | Linus Torvalds | 1 | -1/+1 |
| 2016-05-17 | tipc: fix nametable publication field in nl compat | Richard Alpe | 1 | -1/+1 |
| 2016-05-16 | tipc: check nl sock before parsing nested attributes | Richard Alpe | 1 | -0/+3 |
| 2016-05-12 | tipc: eliminate risk of double link_up events | Jon Paul Maloy | 1 | -1/+1 |
| 2016-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+5 |
| 2016-05-03 | tipc: redesign connection-level flow control | Jon Paul Maloy | 5 | -62/+122 |
| 2016-05-03 | tipc: propagate peer node capabilities to socket layer | Jon Paul Maloy | 3 | -2/+22 |
| 2016-05-03 | tipc: re-enable compensation for socket receive buffer double counting | Jon Paul Maloy | 1 | -1/+1 |
| 2016-05-01 | tipc: only process unicast on intended node | Hamish Martin | 1 | -0/+5 |
| 2016-05-01 | tipc: set 'active' state correctly for first established link | Jon Paul Maloy | 1 | -0/+1 |
| 2016-04-28 | tipc: remove an unnecessary NULL check | Dan Carpenter | 1 | -2/+1 |
| 2016-04-24 | tipc: fix stale links after re-enabling bearer | Parthasarathy Bhuvaragan | 1 | -2/+1 |
| 2016-04-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -9/+30 |
| 2016-04-18 | treewide: Fix typos in printk | Masanari Iida | 1 | -1/+1 |
| 2016-04-15 | tipc: let first message on link be a state message | Jon Paul Maloy | 3 | -5/+8 |
| 2016-04-15 | tipc: ensure that first packets on link are sent in order | Jon Paul Maloy | 1 | -0/+4 |
| 2016-04-15 | tipc: refactor function tipc_link_timeout() | Jon Paul Maloy | 1 | -20/+16 |
| 2016-04-15 | tipc: reduce transmission rate of reset messages when link is down | Jon Paul Maloy | 1 | -3/+4 |
| 2016-04-15 | tipc: guarantee peer bearer id exchange after reboot | Jon Paul Maloy | 2 | -1/+19 |
| 2016-04-14 | tipc: fix a race condition leading to subscriber refcnt bug | Parthasarathy Bhuvaragan | 3 | -10/+17 |
| 2016-04-13 | tipc: remove remnants of old broadcast code | Jon Paul Maloy | 1 | -15/+0 |
| 2016-04-11 | tipc: purge deferred updates from dead nodes | Erik Hugne | 1 | -0/+19 |
| 2016-04-11 | tipc: make dist queue pernet | Erik Hugne | 3 | -9/+11 |
| 2016-04-07 | tipc: stricter filtering of packets in bearer layer | Jon Paul Maloy | 2 | -17/+38 |
| 2016-04-07 | tipc: eliminate buffer leak in bearer layer | Jon Paul Maloy | 3 | -31/+29 |
| 2016-03-14 | tipc: make sure IPv6 header fits in skb headroom | Richard Alpe | 1 | -1/+1 |
| 2016-03-11 | ip_tunnel: add support for setting flow label via collect metadata | Daniel Borkmann | 1 | -1/+1 |
| 2016-03-08 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -15/+21 |
| 2016-03-07 | tipc: move netlink policies to netlink.c | Richard Alpe | 9 | -74/+85 |
| 2016-03-06 | tipc: remove pre-allocated message header in link struct | Jon Paul Maloy | 5 | -77/+45 |
| 2016-03-06 | tipc: fix nullptr crash during subscription cancel | Parthasarathy Bhuvaragan | 1 | -1/+2 |
| 2016-03-06 | tipc: make sure required IPv6 addresses are scoped | Richard Alpe | 1 | -0/+5 |
| 2016-03-06 | tipc: safely copy UDP netlink data from user | Richard Alpe | 1 | -11/+13 |
| 2016-03-06 | tipc: don't check link reset on non existing link | Richard Alpe | 1 | -1/+1 |
| 2016-03-06 | tipc: add net device to skb before UDP xmit | Richard Alpe | 1 | -0/+2 |
| 2016-03-03 | tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain" | Parthasarathy Bhuvaragan | 1 | -14/+19 |
| 2016-02-25 | tipc: fix null deref crash in compat config path | Florian Westphal | 1 | -0/+1 |
| 2016-02-25 | tipc: fix crash during node removal | Jon Paul Maloy | 1 | -13/+11 |
| 2016-02-25 | tipc: eliminate risk of finding to-be-deleted node instance | Jon Paul Maloy | 1 | -9/+9 |
| 2016-02-23 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -7/+9 |
| 2016-02-19 | tipc: unlock in error path | Insu Yun | 1 | -1/+3 |
| 2016-02-18 | Revert "genl: Add genlmsg_new_unicast() for unicast message allocation" | Florian Westphal | 1 | -1/+0 |
| 2016-02-16 | tipc: refactor node xmit and fix memory leaks | Richard Alpe | 2 | -24/+38 |
| 2016-02-16 | tipc: fix premature addition of node to lookup table | Jon Paul Maloy | 1 | -6/+6 |
| 2016-02-06 | tipc: use alloc_ordered_workqueue() instead of WQ_UNBOUND w/ max_active = 1 | Parthasarathy Bhuvaragan | 1 | -2/+2 |
| 2016-02-06 | tipc: donot create timers if subscription timeout = TIPC_WAIT_FOREVER | Parthasarathy Bhuvaragan | 1 | -3/+11 |
| 2016-02-06 | tipc: protect tipc_subscrb_get() with subscriber spin lock | Parthasarathy Bhuvaragan | 1 | -2/+2 |
| 2016-02-06 | tipc: hold subscriber->lock for tipc_nametbl_subscribe() | Parthasarathy Bhuvaragan | 1 | -2/+2 |
| 2016-02-06 | tipc: fix connection abort when receiving invalid cancel request | Parthasarathy Bhuvaragan | 1 | -1/+2 |
| 2016-02-06 | tipc: fix connection abort during subscription cancellation | Parthasarathy Bhuvaragan | 1 | -19/+19 |
| 2016-02-06 | tipc: introduce tipc_subscrb_subscribe() routine | Parthasarathy Bhuvaragan | 1 | -23/+31 |
| 2016-02-06 | tipc: remove struct tipc_name_seq from struct tipc_subscription | Parthasarathy Bhuvaragan | 3 | -16/+37 |
| 2016-02-06 | tipc: remove filter and timeout elements from struct tipc_subscription | Parthasarathy Bhuvaragan | 2 | -12/+8 |
| 2016-02-06 | tipc: remove incorrect check for subscription timeout value | Parthasarathy Bhuvaragan | 1 | -2/+1 |
| 2016-02-06 | tipc: fix link priority propagation | Richard Alpe | 1 | -0/+6 |
| 2016-02-06 | tipc: fix link attribute propagation bug | Richard Alpe | 3 | -30/+16 |
| 2016-01-29 | tipc: fix connection abort during subscription cancel | Parthasarathy Bhuvaragan | 1 | -6/+5 |
| 2015-12-25 | ip_tunnel: Move stats update to iptunnel_xmit() | Pravin B Shelar | 1 | -9/+3 |
| 2015-12-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -5/+14 |
| 2015-12-03 | tipc: fix node reference count bug | Jon Paul Maloy | 1 | -8/+7 |
| 2015-11-30 | net: Generalise wq_has_sleeper helper | Herbert Xu | 1 | -2/+2 |
| 2015-11-24 | tipc: fix error handling of expanding buffer headroom | Ying Xue | 1 | -2/+5 |
| 2015-11-23 | tipc: avoid packets leaking on socket receive queue | Ying Xue | 1 | -3/+7 |
| 2015-11-20 | tipc: correct settings of broadcast link state | Jon Paul Maloy | 1 | -0/+2 |
| 2015-11-20 | tipc: eliminate remnants of hungarian notation | Jon Paul Maloy | 6 | -133/+133 |
| 2015-11-20 | tipc: narrow down interface towards struct tipc_link | Jon Paul Maloy | 7 | -345/+415 |
| 2015-11-20 | tipc: narrow down exposure of struct tipc_node | Jon Paul Maloy | 7 | -461/+462 |
| 2015-11-20 | tipc: convert node lock to rwlock | Jon Paul Maloy | 3 | -133/+136 |
| 2015-11-20 | tipc: introduce per-link spinlock | Jon Paul Maloy | 3 | -26/+25 |
| 2015-11-20 | tipc: reduce code dependency between binding table and node layer | Jon Paul Maloy | 6 | -67/+74 |
| 2015-11-20 | tipc: small cleanup of function tipc_node_check_state() | Jon Paul Maloy | 1 | -3/+2 |
| 2015-11-20 | tipc: move linearization of buffers to generic code | Jon Paul Maloy | 3 | -5/+3 |
| 2015-11-03 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -0/+5 |
| 2015-11-01 | tipc: linearize arriving NAME_DISTR and LINK_PROTO buffers | Jon Paul Maloy | 1 | -0/+5 |
| 2015-10-25 | tipc: link_is_bc_sndlink() can be static | Wu Fengguang | 2 | -5/+5 |
| 2015-10-24 | tipc: clean up unused code and structures | Jon Paul Maloy | 9 | -1104/+30 |
| 2015-10-24 | tipc: ensure binding table initial distribution is sent via first link | Jon Paul Maloy | 2 | -3/+3 |
| 2015-10-24 | tipc: eliminate link's reference to owner node | Jon Paul Maloy | 4 | -22/+29 |
| 2015-10-24 | tipc: eliminate redundant buffer cloning at transmission | Jon Paul Maloy | 2 | -28/+15 |
| 2015-10-24 | tipc: let neighbor discoverer tranmsit consumable buffers | Jon Paul Maloy | 4 | -12/+38 |
| 2015-10-24 | tipc: introduce jumbo frame support for broadcast | Jon Paul Maloy | 7 | -6/+39 |
| 2015-10-24 | tipc: simplify bearer level broadcast | Jon Paul Maloy | 5 | -45/+151 |
| 2015-10-24 | tipc: let broadcast packet reception use new link receive function | Jon Paul Maloy | 9 | -220/+615 |
| 2015-10-24 | tipc: introduce capability bit for broadcast synchronization | Jon Paul Maloy | 6 | -7/+23 |
| 2015-10-24 | tipc: let broadcast transmission use new link transmit function | Jon Paul Maloy | 5 | -57/+85 |
| 2015-10-24 | tipc: make struct tipc_link generic to support broadcast | Jon Paul Maloy | 3 | -12/+34 |
| 2015-10-24 | tipc: use explicit allocation of broadcast send link | Jon Paul Maloy | 4 | -45/+79 |
| 2015-10-24 | tipc: make link implementation independent from struct tipc_bearer | Jon Paul Maloy | 3 | -23/+36 |
| 2015-10-24 | tipc: create broadcast transmission link at namespace init | Jon Paul Maloy | 4 | -7/+24 |
| 2015-10-24 | tipc: move broadcast link lock to struct tipc_net | Jon Paul Maloy | 3 | -9/+14 |
| 2015-10-24 | tipc: move bcast definitions to bcast.c | Jon Paul Maloy | 5 | -107/+110 |
| 2015-10-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 3 | -6/+19 |
| 2015-10-21 | tipc: conditionally expand buffer headroom over udp tunnel | Jon Paul Maloy | 1 | -0/+5 |
| 2015-10-21 | tipc: allow non-linear first fragment buffer | Jon Paul Maloy | 1 | -3/+9 |
| 2015-10-21 | tipc: extend broadcast link window size | Jon Paul Maloy | 1 | -3/+5 |
| 2015-10-20 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2 | -5/+5 |