summaryrefslogtreecommitdiff
path: root/net/tipc
Commit message (Expand)AuthorAge
* genetlink: only pass array to genl_register_family_with_ops()Johannes Berg2013-11-19
* tipc: fix dereference before check warningErik Hugne2013-11-15
* tipc: reassembly failures should cause link resetErik Hugne2013-11-07
* tipc: message reassembly using fragment chainErik Hugne2013-11-07
* tipc: don't reroute message fragmentsErik Hugne2013-11-07
* tipc: remove two indentation levels in tipc_recv_msg routineYing Xue2013-10-30
* net: misc: Remove extern from function prototypesJoe Perches2013-10-19
* tipc: simplify the link lookup routineErik Hugne2013-10-18
* tipc: correct return value of link_cmd_set_value routineYing Xue2013-10-18
* tipc: correct return value of recv_msg routineYing Xue2013-10-18
* tipc: avoid unnecessary lookup for tipc bearer instanceYing Xue2013-10-18
* tipc: make bearer and media naming consistentYing Xue2013-10-18
* tipc: silence sparse warningsYing Xue2013-10-18
* tipc: remove iovec length parameter from all sending functionsYing Xue2013-10-18
* tipc: don't use memcpy to copy from user spaceYing Xue2013-10-18
* tipc: set sk_err correctly when connection failsErik Hugne2013-08-30
* tipc: avoid possible deadlock while enable and disable bearerdingtianhong2013-08-11
* tipc: fix oops when creating server socket failsYing Xue2013-08-01
* net/tipc: use %*phC to dump small buffers in hex formAndy Shevchenko2013-07-11
* tipc: remove dev_base_lock use from enable_bearerYing Xue2013-06-17
* tipc: fix wrong return value for link_send_sections_long routineYing Xue2013-06-17
* tipc: make tipc_link_send_sections_fast exit earlierYing Xue2013-06-17
* tipc: enhance priority of link protocol packetYing Xue2013-06-17
* tipc: cosmetic realignment of function argumentsPaul Gortmaker2013-06-17
* tipc: save sock structure pointer instead of void pointer to tipc_portYing Xue2013-06-17
* tipc: convert config_lock from spinlock to mutexYing Xue2013-06-17
* tipc: rename tipc_createport_raw to tipc_createportYing Xue2013-06-17
* tipc: remove user_port instance from tipc_port structureYing Xue2013-06-17
* tipc: delete code orphaned by new server infrastructureYing Xue2013-06-17
* tipc: convert configuration server to use new server facilityYing Xue2013-06-17
* tipc: convert topology server to use new server facilityYing Xue2013-06-17
* tipc: introduce new TIPC server infrastructureYing Xue2013-06-17
* tipc: allow implicit connect for stream socketsErik Hugne2013-06-17
* tipc: change socket buffer overflow control to respect sk_rcvbufYing Xue2013-06-17
* net: pass info struct via netdevice notifierJiri Pirko2013-05-28
* tipc: potential divide by zero in tipc_link_recv_fragment()Dan Carpenter2013-05-06
* tipc: add a bounds check in link_recv_changeover_msg()Dan Carpenter2013-05-06
* tipc: pskb_copy() buffers when sending on more than one bearerGerlando Falauto2013-05-03
* tipc: tipc_bcbearer_send(): simplify bearer selectionGerlando Falauto2013-05-03
* tipc: cosmetic: clean up comments and break a long lineGerlando Falauto2013-05-03
* tipc: add InfiniBand media typePatrick McHardy2013-04-17
* tipc: set skb->protocol in eth_media packet transmissionPatrick McHardy2013-04-17
* tipc: move bcast_addr from struct tipc_media to struct tipc_bearerPatrick McHardy2013-04-17
* tipc: remove unused str2addr media callbackPatrick McHardy2013-04-17
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2013-04-07
|\
| * tipc: fix info leaks via msg_name in recv_msg/recv_streamMathias Krause2013-04-07
* | net-next: replace obsolete NLMSG_* with type safe nlmsg_*Hong zhi guo2013-03-28
|/
* hlist: drop the node parameter from iteratorsSasha Levin2013-02-27
* Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2013-02-21
|\
| * net/tipc: remove depends on CONFIG_EXPERIMENTALKees Cook2013-01-11